mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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)
|
if (driver.menu)
|
||||||
rarch_update_system_info(&g_extern.menu.info,
|
rarch_update_system_info(&g_extern.menu.info,
|
||||||
&driver.menu->load_no_content);
|
&driver.menu->load_no_content);
|
||||||
|
#endif
|
||||||
|
#ifndef HAVE_DYNAMIC
|
||||||
|
rarch_main_command(RARCH_CMD_QUIT);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case RARCH_CMD_LOAD_STATE:
|
case RARCH_CMD_LOAD_STATE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user