misc gp2x tweaks

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@839 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-12-08 19:50:24 +00:00
parent 61d87c7edd
commit a96477bb5e

View file

@ -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