mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
(runloop_data.c) Make rarch_main_data_overlay_iterate more robust
This commit is contained in:
parent
ec6b2dd0c5
commit
a84d53ebba
@ -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…
Reference in New Issue
Block a user