diff --git a/libctru/source/services/gspgpu.c b/libctru/source/services/gspgpu.c index af602d8..e185f10 100644 --- a/libctru/source/services/gspgpu.c +++ b/libctru/source/services/gspgpu.c @@ -65,7 +65,7 @@ Result gspInitEventHandler(Handle _gspEvent, vu8* _gspSharedMem, u8 gspThreadId) gspEvent = _gspEvent; gspEventData = _gspSharedMem + gspThreadId*0x40; gspRunEvents = true; - gspEventThread = threadCreate(gspEventThreadMain, 0x0, GSP_EVENT_STACK_SIZE, 0x31, -2, true); + gspEventThread = threadCreate(gspEventThreadMain, 0x0, GSP_EVENT_STACK_SIZE, 0x1A, -2, true); return 0; }