dolphin/Source/Android
JosJuice dcf8ab0189 Android: Wait for surface in Run
When we boot the core, it needs to have a valid surface to draw graphics
to. Our Kotlin code does wait for a valid surface to exist before it
calls NativeLibrary.Run, but there's a chance for the surface to be
deleted before Run locks s_surface_lock. If that happens, the core boots
without a valid surface, which presumably would cause a crash. (I
haven't been able to reproduce the problem myself.)
2024-08-21 20:36:46 +02:00
..
app Merge pull request #12863 from JosJuice/android-gamepad-sensors 2024-08-18 13:48:30 +01:00
benchmark
gradle/wrapper
jni Android: Wait for surface in Run 2024-08-21 20:36:46 +02:00
.gitignore
build.gradle.kts
code-style-java.xml
gradle.properties Android: Fix Gradle deprecation 2024-05-25 22:13:25 -04:00
gradlew
gradlew.bat
settings.gradle.kts