mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Go for simpler tweak
This commit is contained in:
parent
7c2cbf278a
commit
9e47d3097b
@ -183,7 +183,7 @@ static void data_thread_loop(void *data)
|
||||
#ifdef HAVE_THREADS
|
||||
static void rarch_main_data_thread_init(void)
|
||||
{
|
||||
if (!g_data_runloop.thread_inited)
|
||||
if (g_data_runloop.thread_inited)
|
||||
return;
|
||||
|
||||
g_data_runloop.lock = slock_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user