mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(iOS/Menu) Add default paths
This commit is contained in:
parent
e68365407c
commit
81c046fd94
@ -1906,6 +1906,10 @@ static void menu_parse_and_resolve(unsigned menu_type)
|
||||
file_list_push(driver.menu->selection_buf, "ms0:/", menu_type, 0);
|
||||
file_list_push(driver.menu->selection_buf, "ef0:/", menu_type, 0);
|
||||
file_list_push(driver.menu->selection_buf, "host0:/", menu_type, 0);
|
||||
#elif defined(IOS)
|
||||
file_list_push(driver.menu->selection_buf, "/var/mobile/", menu_type, 0);
|
||||
file_list_push(driver.menu->selection_buf, g_defaults.core_dir, menu_type, 0);
|
||||
file_list_push(driver.menu->selection_buf, "/", menu_type, 0);
|
||||
#else
|
||||
file_list_push(driver.menu->selection_buf, "/", menu_type, 0);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user