Increase priority of GSP event thread
This commit is contained in:
parent
c44da0636a
commit
929468371a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user