mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Not sure why it tried to call input_overlay_free twice in a row
This commit is contained in:
parent
af4d085632
commit
150d05c160
@ -1867,7 +1867,6 @@ bool command_event(enum event_command cmd, void *data)
|
||||
case CMD_EVENT_OVERLAY_INIT:
|
||||
command_event(CMD_EVENT_OVERLAY_DEINIT, NULL);
|
||||
#ifdef HAVE_OVERLAY
|
||||
input_overlay_free();
|
||||
if (settings->input.overlay_enable)
|
||||
rarch_task_push_overlay_load_default(input_overlay_loaded, NULL);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user