mirror of
https://github.com/encounter/SDL.git
synced 2025-06-16 03:23:34 +00:00
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;
|
value = 0x2D;
|
||||||
}
|
}
|
||||||
else if (priority == SDL_THREAD_PRIORITY_HIGH) {
|
else if (priority == SDL_THREAD_PRIORITY_HIGH) {
|
||||||
value = 0x2B;
|
value = 0x1C;
|
||||||
}
|
}
|
||||||
|
|
||||||
svcSetThreadPriority(CUR_THREAD_HANDLE, value);
|
svcSetThreadPriority(CUR_THREAD_HANDLE, value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user