Mercurial > repos > blastem
comparison nuklear_ui/blastem_nuklear.c @ 2681:c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 26 Mar 2025 01:20:55 -0700 |
parents | 844ca8377b45 |
children | 143cb5762ec9 |
comparison
equal
deleted
inserted
replaced
2680:e3394457427e | 2681:c4256ce2c45a |
---|---|
255 #else | 255 #else |
256 static dir_entry *entries; | 256 static dir_entry *entries; |
257 static size_t num_entries; | 257 static size_t num_entries; |
258 static int32_t selected_entry = -1; | 258 static int32_t selected_entry = -1; |
259 if (!browser_cur_path) { | 259 if (!browser_cur_path) { |
260 get_initial_browse_path(&browser_cur_path); | 260 if (!get_initial_browse_path(&browser_cur_path)) { |
261 return; | |
262 } | |
261 } | 263 } |
262 if (use_native_filechooser && native_filechooser_available()) { | 264 if (use_native_filechooser && native_filechooser_available()) { |
263 char *path = native_filechooser_pick(browser_label, browser_cur_path); | 265 char *path = native_filechooser_pick(browser_label, browser_cur_path); |
264 if (path) { | 266 if (path) { |
265 free(browser_cur_path); | 267 free(browser_cur_path); |