fix core switching and history loading on non-dynamic platforms

This commit is contained in:
Toad King 2014-10-12 19:22:18 -05:00
parent 83442ee467
commit 4766675fa5

View File

@ -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: