mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Update data_runloop_iterate
This commit is contained in:
parent
2a8f9fdfc0
commit
89ff0f0fe4
@ -802,6 +802,7 @@ void rarch_main_data_deinit(void)
|
|||||||
|
|
||||||
static void data_runloop_iterate(bool is_thread, data_runloop_t *runloop)
|
static void data_runloop_iterate(bool is_thread, data_runloop_t *runloop)
|
||||||
{
|
{
|
||||||
|
runloop = (data_runloop_t*)rarch_main_data_get_ptr();
|
||||||
#ifdef HAVE_OVERLAY
|
#ifdef HAVE_OVERLAY
|
||||||
rarch_main_data_overlay_iterate(is_thread, runloop);
|
rarch_main_data_overlay_iterate(is_thread, runloop);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user