mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Only call RARCH_CMD_HISTORY_INIT from menu_load_content - it
already deinits and inits behind the scenes
This commit is contained in:
parent
e99a6f99d4
commit
cf22277871
@ -132,11 +132,9 @@ bool load_menu_content(void)
|
||||
if (driver.menu)
|
||||
update_libretro_info(&g_extern.menu.info);
|
||||
|
||||
rarch_main_command(RARCH_CMD_HISTORY_DEINIT);
|
||||
rarch_main_command(RARCH_CMD_HISTORY_INIT);
|
||||
|
||||
menu_shader_manager_init(driver.menu);
|
||||
|
||||
rarch_main_command(RARCH_CMD_HISTORY_INIT);
|
||||
rarch_main_command(RARCH_CMD_VIDEO_SET_ASPECT_RATIO);
|
||||
rarch_main_command(RARCH_CMD_RESUME);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user