mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 01:19:46 +02:00
misc gp2x tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@839 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -797,10 +797,13 @@ rescan:
|
||||
|
||||
n = scandir(curr_path, &namelist, scandir_filter, (void *)scandir_cmp);
|
||||
if (n < 0) {
|
||||
char *t;
|
||||
lprintf("menu_loop_romsel failed, dir: %s\n", curr_path);
|
||||
|
||||
// try root
|
||||
plat_get_root_dir(curr_path, len);
|
||||
t = getcwd(curr_path, len);
|
||||
if (t == NULL)
|
||||
plat_get_root_dir(curr_path, len);
|
||||
n = scandir(curr_path, &namelist, scandir_filter, (void *)scandir_cmp);
|
||||
if (n < 0) {
|
||||
// oops, we failed
|
||||
|
||||
Reference in New Issue
Block a user