yuzu-fork/src/android
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
..
app android: Separate emulation states from emulation mutex 2023-08-30 15:19:23 -04:00
gradle/wrapper android: Update gradle version to 8.1 2023-06-03 00:05:51 -07:00
.gitignore android: Various fixes for CI. 2023-06-03 00:06:05 -07:00
build.gradle.kts android: Adapt EmulationActivity to navigation component 2023-06-14 14:55:25 -04:00
gradle.properties android: Suppress a known incompatibility 2023-06-29 07:32:12 -04:00
gradlew android: Various fixes for CI. 2023-06-03 00:06:05 -07:00
gradlew.bat android: Various fixes for CI. 2023-06-03 00:06:05 -07:00
settings.gradle.kts android: Various fixes for CI. 2023-06-03 00:06:05 -07:00