mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(RMenu) Change dir passed to 'System dir selection' to
default_paths.system_dir
This commit is contained in:
parent
2affce8829
commit
51507235b4
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user