dolphin/Source/Android/jni
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
..
AndroidCommon treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Config treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameList Android: Don't hold gameFileCache lock while finding games 2021-08-24 14:56:33 +02:00
CMakeLists.txt Android: Use JNI for getting post-processsing shaders 2021-05-20 16:43:03 +02:00
IniFile.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MainAndroid.cpp Core: Add GBA host interface 2021-07-13 16:42:49 +02:00
WiiUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00