mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
runloop_data.c - update
This commit is contained in:
parent
9e432b4251
commit
f73e65fc7c
@ -835,7 +835,6 @@ static void data_thread_loop(void *data)
|
||||
|
||||
data_runloop_thread_deinit(runloop);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void rarch_main_data_thread_init(void)
|
||||
{
|
||||
@ -857,6 +856,8 @@ static void rarch_main_data_thread_init(void)
|
||||
g_data_runloop.alive = true;
|
||||
g_data_runloop.thread_code = THREAD_CODE_ALIVE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
void rarch_main_data_iterate(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user