suyu/src/android/app
Charles Lombardo 5445e974e0 android: Separate emulation states from emulation mutex
Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems.
2023-08-30 15:19:23 -04:00
..
src android: Separate emulation states from emulation mutex 2023-08-30 15:19:23 -04:00
build.gradle.kts android: Set default build variant to mainlineRelWithDebInfo (#11358) 2023-08-23 16:12:39 +02:00
proguard-rules.pro android: Various fixes for CI. 2023-06-03 00:06:05 -07:00