diff --git a/src/thread/switch/SDL_systhread.c b/src/thread/switch/SDL_systhread.c index 4814f2a76..31e4904b1 100644 --- a/src/thread/switch/SDL_systhread.c +++ b/src/thread/switch/SDL_systhread.c @@ -73,7 +73,7 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) Result res; if (priority == SDL_THREAD_PRIORITY_HIGH) { - res = svcSetThreadPriority(CUR_THREAD_HANDLE, 0x1C); + res = svcSetThreadPriority(CUR_THREAD_HANDLE, 0x2B); } else { // 0x3B = preemptive threading