sdl2_frt/android-project/app
Sylvain Becker d23c2f07e3 Fixed bug 3930 - Android, set thread priorities and names
SDLActivity thread priority is unchanged, by default -10 (THREAD_PRIORITY_VIDEO).

SDLAudio thread priority was -4 (SDL_SetThreadPriority was ignored) and is now -16 (THREAD_PRIORITY_AUDIO).

SDLThread thread priority was 0 (THREAD_PRIORITY_DEFAULT) and is -4 (THREAD_PRIORITY_DISPLAY).
2019-01-10 18:05:56 +01:00
..
jni Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
src/main Fixed bug 3930 - Android, set thread priorities and names 2019-01-10 18:05:56 +01:00
build.gradle Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00