]> Chaos Git - corbenik/ctrulib.git/commitdiff
increase ndsp thread priority
authorDave Murphy <davem@devkitpro.org>
Mon, 4 Jan 2016 19:43:28 +0000 (19:43 +0000)
committerDave Murphy <davem@devkitpro.org>
Mon, 4 Jan 2016 19:43:28 +0000 (19:43 +0000)
libctru/source/ndsp/ndsp.c

index c9e8a93353ac56f8363a403d22503da1677bdec7..1b5fce12379a5c5be243ff2d798a84eed14453df 100644 (file)
@@ -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);