dolphin/Source/Android
JosJuice bba33c7ced Android: Don't hold gameFileCache lock while finding games
FindAllGamePaths may take a little while, and holding the
gameFileCache lock isn't actually necessary until it's time to
put the results returned by FindAllGamePaths into gameFileCache.

The downside of this change is that we have to do an extra
round of JNI in between FindAllGamePaths and Update,
but I don't think that's much of a problem.
2021-08-24 14:56:33 +02:00
..
app Android: Don't hold gameFileCache lock while finding games 2021-08-24 14:56:33 +02:00
gradle/wrapper Android: update dependencies 2021-07-25 16:23:18 -04:00
jni Android: Don't hold gameFileCache lock while finding games 2021-08-24 14:56:33 +02:00
.gitignore
build.gradle Android: update dependencies 2021-07-25 16:23:18 -04:00
code-style-java.xml Android: Update code-style-java for androidx files 2020-09-08 05:59:08 -04:00
gradle.properties gradle.properties: Remove duplicate property keys 2021-01-16 01:12:31 +01:00
gradlew
gradlew.bat
settings.gradle