mirror of https://github.com/encounter/SDL.git
switch: revert thread priority back to 0x1C as it's faster
This commit is contained in:
parent
26a79e4d1c
commit
20c0dad801
|
@ -91,7 +91,7 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
|||
value = 0x2D;
|
||||
}
|
||||
else if (priority == SDL_THREAD_PRIORITY_HIGH) {
|
||||
value = 0x2B;
|
||||
value = 0x1C;
|
||||
}
|
||||
|
||||
svcSetThreadPriority(CUR_THREAD_HANDLE, value);
|
||||
|
|
Loading…
Reference in New Issue