mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Toggle after EVENT_CMD_RESET if UI companion driver is on
foreground
This commit is contained in:
parent
314d683228
commit
267c9f8225
@ -1065,6 +1065,8 @@ bool event_cmd_ctl(enum event_command cmd, void *data)
|
|||||||
cheevos_set_cheats();
|
cheevos_set_cheats();
|
||||||
#endif
|
#endif
|
||||||
core_ctl(CORE_CTL_RETRO_RESET, NULL);
|
core_ctl(CORE_CTL_RETRO_RESET, NULL);
|
||||||
|
if (ui_companion_is_on_foreground())
|
||||||
|
ui_companion_driver_toggle();
|
||||||
break;
|
break;
|
||||||
case EVENT_CMD_SAVE_STATE:
|
case EVENT_CMD_SAVE_STATE:
|
||||||
if (settings->savestate_auto_index)
|
if (settings->savestate_auto_index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user