mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(runloop_data.c) Make rarch_main_data_overlay_iterate more robust
This commit is contained in:
parent
ec6b2dd0c5
commit
a84d53ebba
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ static void rarch_main_data_overlay_iterate(bool is_thread, data_runloop_t *runl
|
|||
|
||||
if (rarch_main_is_idle())
|
||||
return;
|
||||
if (!driver->overlay)
|
||||
if (!driver || !driver->overlay)
|
||||
return;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
|
|
Loading…
Add table
Reference in a new issue