dolphin/Source/Android/app/src/main
JosJuice 2941cf8d94 Android: Make GameFileCacheManager use LiveData, part 2
Gets rid some uses of the deprecated LocalBroadcastManager.

One note about the changes in GameFileCacheManager itself:
The change from compareAndSet to getValue followed by
setValue is actually safe, because startLoad and startRescan
only run from the main thread, and only the main thread ever
sets the flags to true. So it's impossible for any other thread
to change the flag in between the getValue and the setValue.
2021-11-17 21:49:51 +01:00
..
assets Android: Update IR sensitivity default values 2020-10-29 17:58:16 -04:00
java/org/dolphinemu/dolphinemu Android: Make GameFileCacheManager use LiveData, part 2 2021-11-17 21:49:51 +01:00
res Android: Show SD root path in Riivolution activity 2021-10-30 23:24:37 +02:00
AndroidManifest.xml Android: Make GameFileCacheService not be a service 2021-11-16 21:45:06 +01:00