mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Update
This commit is contained in:
parent
318843a71d
commit
79b434719f
@ -55,7 +55,7 @@ static INLINE int pthread_create(pthread_t *thread,
|
|||||||
const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg)
|
const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg)
|
||||||
{
|
{
|
||||||
s32 prio = 0;
|
s32 prio = 0;
|
||||||
Thread new_ctr_thread
|
Thread new_ctr_thread;
|
||||||
|
|
||||||
if (!mutex_inited)
|
if (!mutex_inited)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user