increase ndsp thread priority
This commit is contained in:
parent
59c62c4596
commit
feb0b095e0
@ -482,7 +482,7 @@ Result ndspInit(void)
|
||||
rc = svcCreateEvent(&sleepEvent, 0);
|
||||
if (R_FAILED(rc)) goto _fail2;
|
||||
|
||||
ndspThread = threadCreate(ndspThreadMain, 0x0, NDSP_THREAD_STACK_SIZE, 0x31, -2, true);
|
||||
ndspThread = threadCreate(ndspThreadMain, 0x0, NDSP_THREAD_STACK_SIZE, 0x18, -2, true);
|
||||
if (!ndspThread) goto _fail3;
|
||||
|
||||
aptHook(&aptCookie, ndspAptHook, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user