Explorar el Código

FIFO is default (and not defined in vitasdk, ugh)

Ivan Epifanov hace 5 años
padre
commit
189d3c16f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/thread/vita/SDL_sysmutex.c

+ 1 - 1
src/thread/vita/SDL_sysmutex.c

@@ -44,7 +44,7 @@ SDL_CreateMutex(void)
     if (mutex) {
 
         mutex->uid =  sceKernelCreateMutex("SDL mutex",
-            SCE_KERNEL_MUTEX_ATTR_TH_PRIO |  SCE_KERNEL_MUTEX_ATTR_RECURSIVE,
+            SCE_KERNEL_MUTEX_ATTR_RECURSIVE,
             0,
             NULL
         );