mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
fix core switching and history loading on non-dynamic platforms
This commit is contained in:
parent
83442ee467
commit
4766675fa5
@ -2176,6 +2176,9 @@ bool rarch_main_command(unsigned cmd)
|
||||
if (driver.menu)
|
||||
rarch_update_system_info(&g_extern.menu.info,
|
||||
&driver.menu->load_no_content);
|
||||
#endif
|
||||
#ifndef HAVE_DYNAMIC
|
||||
rarch_main_command(RARCH_CMD_QUIT);
|
||||
#endif
|
||||
break;
|
||||
case RARCH_CMD_LOAD_STATE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user