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

This commit is contained in:
Ivan Epifanov 2021-01-20 23:41:35 +03:00 committed by Sam Lantinga
parent 87a118b6b6
commit 189d3c16f5

View file

@ -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
);