Toggle after EVENT_CMD_RESET if UI companion driver is on

foreground
This commit is contained in:
twinaphex 2016-02-12 06:56:43 +01:00
parent 314d683228
commit 267c9f8225

View File

@ -1065,6 +1065,8 @@ bool event_cmd_ctl(enum event_command cmd, void *data)
cheevos_set_cheats();
#endif
core_ctl(CORE_CTL_RETRO_RESET, NULL);
if (ui_companion_is_on_foreground())
ui_companion_driver_toggle();
break;
case EVENT_CMD_SAVE_STATE:
if (settings->savestate_auto_index)