Ryujinx-SDL/android-project/app
Sylvain Becker e5f8801f55 Android: prevent concurrency in Android_SetScreenResolution() when exiting
by checking Android_Window validity

- SDLThread: user application is exiting:
    SDL_VideoQuit() and clearing SDL_GetVideoDevice()

- ActivityThread is changing orientation/size
    surfaceChanged() > Android_SetScreenResolution() > SDL_GetVideoDevice()

- Separate function into Android_SetScreenResolution() and Android_SendResize(),
    formating, and mark Android_DeviceWidth/Heigh as static
2019-01-17 11:05:05 +01:00
..
jni Android: also update APP_PLATFORM to android-16 in Application.mk 2019-01-17 09:28:30 +01:00
src/main Android: prevent concurrency in Android_SetScreenResolution() when exiting 2019-01-17 11:05:05 +01:00
build.gradle Android: remove old code after Android-16 has been set as minimum requirement 2019-01-16 09:11:13 +01:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00