suyu/src/android
Charles Lombardo a827486391 android: Remove LocalBroadcastManager
This causes a couple of minor changes to directory initialization. We don't have a lengthy initialization step so we could spend less time creating state receivers and just run initialization on the main thread. We also don't have a situation where external storage will be a concern so checks are removed in favor of a binary check to see if initialization is ready.

This additionally removes the unused DoFrame callback.
2023-06-03 00:05:49 -07:00
..
app android: Remove LocalBroadcastManager 2023-06-03 00:05:49 -07:00
gradle/wrapper android: Upgrade gradle to 8.0.1 2023-06-03 00:05:33 -07:00
.gitignore android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
build.gradle android: Enable Kotlin support 2023-06-03 00:05:34 -07:00
code-style-java.xml android: Minimize frontend & convert to yuzu. 2023-06-03 00:05:27 -07:00
gradle.properties android: Enable Kotlin support 2023-06-03 00:05:34 -07:00
gradlew CI: add Android build systems 2023-06-03 00:05:33 -07:00
gradlew.bat android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
settings.gradle android: Enable Kotlin support 2023-06-03 00:05:34 -07:00