dolphin/Source/Android
Léo Lam 83c5446d85
Fix static initialisation order fiasco issue for Version variables
Fixes a crash that could occur if the static constructor function for
the MainSettings.cpp TU happened to run before the variables in
Common/Version.cpp are initialised. (This is known as the static
initialisation order fiasco.)

By using wrapper functions, those variables are now guaranteed to be
constructed on first use.
2022-01-14 00:04:22 +01:00
..
app Merge pull request #10357 from JosJuice/android-main-debug 2022-01-13 07:41:35 -05:00
gradle/wrapper Android: update dependencies 2022-01-06 05:55:52 -05:00
jni Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
.gitignore
build.gradle Android: update dependencies 2022-01-06 05:55:52 -05: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