(PS3) Fix startup ROM directory not being used

This commit is contained in:
Twinaphex 2012-07-12 16:27:39 +02:00
parent 5431601083
commit 2a9441d411
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ static void menu_stack_push(unsigned stack_idx, unsigned menu_id)
menuStack[stack_idx].category_id = CATEGORY_FILEBROWSER;
menu_stack_refresh(items_generalsettings, stack_idx);
strlcpy(browser.extensions, rarch_console_get_rom_ext(), sizeof(browser.extensions));
filebrowser_set_root(&browser, "/");
filebrowser_set_root(&browser, g_console.default_rom_startup_dir);
filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET);
break;
case LIBRETRO_CHOICE: