dolphin/Source/Android/jni
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
..
AndroidCommon Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
Cheats Android: Add Gecko code downloading 2021-09-16 18:48:39 +02:00
Config treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameList DolphinQt/Android: Add warning when converting NKit files 2021-10-02 11:09:36 +02:00
CMakeLists.txt Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
IniFile.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MainAndroid.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
RiivolutionPatches.cpp Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
WiiUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00