From 2ec55fd974a63b705a4777c256d2222c874fa043 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 Jan 2019 18:38:35 +0800 Subject: *SDL project --- Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c') diff --git a/Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c b/Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c index 9286be5..284f182 100644 --- a/Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c +++ b/Source/3rdParty/SDL2/src/thread/psp/SDL_systhread.c @@ -97,6 +97,8 @@ int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) if (priority == SDL_THREAD_PRIORITY_LOW) { value = 19; } else if (priority == SDL_THREAD_PRIORITY_HIGH) { + value = -10; + } else if (priority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { value = -20; } else { value = 0; -- cgit v1.1-26-g67d0