mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update
This commit is contained in:
parent
318843a71d
commit
79b434719f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ static INLINE int pthread_create(pthread_t *thread,
|
|||
const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg)
|
||||
{
|
||||
s32 prio = 0;
|
||||
Thread new_ctr_thread
|
||||
Thread new_ctr_thread;
|
||||
|
||||
if (!mutex_inited)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue