mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
FIFO is default (and not defined in vitasdk, ugh)
This commit is contained in:
parent
87a118b6b6
commit
189d3c16f5
@ -44,7 +44,7 @@ SDL_CreateMutex(void)
|
|||||||
if (mutex) {
|
if (mutex) {
|
||||||
|
|
||||||
mutex->uid = sceKernelCreateMutex("SDL mutex",
|
mutex->uid = sceKernelCreateMutex("SDL mutex",
|
||||||
SCE_KERNEL_MUTEX_ATTR_TH_PRIO | SCE_KERNEL_MUTEX_ATTR_RECURSIVE,
|
SCE_KERNEL_MUTEX_ATTR_RECURSIVE,
|
||||||
0,
|
0,
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user