(RMenu) Change dir passed to 'System dir selection' to

default_paths.system_dir
This commit is contained in:
twinaphex 2012-08-05 04:56:27 +02:00
parent 2affce8829
commit 51507235b4

View File

@ -1522,7 +1522,7 @@ static void producesettingentry(menu *current_menu, item *items, unsigned switch
if((input & (1 << RETRO_DEVICE_ID_JOYPAD_LEFT)) || (input & (1 << RETRO_DEVICE_ID_JOYPAD_RIGHT)) || (input & (1 << RETRO_DEVICE_ID_JOYPAD_B)))
{
menu_stack_push(items, PATH_SYSTEM_DIR_CHOICE);
filebrowser_set_root_and_ext(&tmpBrowser, "empty", default_paths.filesystem_root_dir);
filebrowser_set_root_and_ext(&tmpBrowser, "empty", default_paths.system_dir);
}
if(input & (1 << RETRO_DEVICE_ID_JOYPAD_START))