mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Menu) Cleanup of code
This commit is contained in:
parent
ac6295ad50
commit
d2f68481bc
@ -2000,12 +2000,7 @@ static int menu_action_ok(const char *dir, unsigned menu_type)
|
|||||||
// Core selection on non-console just updates directory listing.
|
// Core selection on non-console just updates directory listing.
|
||||||
// Will take effect on new content load.
|
// Will take effect on new content load.
|
||||||
#elif defined(RARCH_CONSOLE)
|
#elif defined(RARCH_CONSOLE)
|
||||||
#if defined(GEKKO) && defined(HW_RVL)
|
rarch_main_command(RARCH_CMD_RESTART_RETROARCH);
|
||||||
fill_pathname_join(g_extern.fullpath, g_defaults.core_dir,
|
|
||||||
SALAMANDER_FILE, sizeof(g_extern.fullpath));
|
|
||||||
#endif
|
|
||||||
g_extern.lifecycle_state &= ~(1ULL << MODE_GAME);
|
|
||||||
g_extern.lifecycle_state |= (1ULL << MODE_EXITSPAWN);
|
|
||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user