dolphin/Source/Core
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
..
AudioCommon Use HRWrap in remaining locations 2022-01-09 12:44:55 -08:00
Common Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
Core Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
DiscIO Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
DolphinNoGUI Common/MsgHandler: Remove non-format variants of PanicAlert 2022-01-09 12:44:14 -08:00
DolphinQt Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
DolphinTool DolphinTool: initialize user directories (fix unintential deletion of Wii files) 2022-01-02 12:34:24 -06:00
InputCommon Merge pull request #10345 from jordan-woyak/modifier-range 2022-01-13 08:32:15 -05:00
MacUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
UICommon Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
UpdaterCommon Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
VideoBackends Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
VideoCommon PixelShaderGen: Fix invalid use of int3(0) 2022-01-12 21:50:34 -08:00
WinUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DolphinLib.ARM64.props Implement ArmFPURoundMode.cpp 2021-04-25 15:56:19 +02:00
DolphinLib.props Common: Create HRWrap 2022-01-09 12:44:15 -08:00
DolphinLib.vcxproj msbuild: Move DivUtils to DolphinLib.props 2021-08-31 22:48:07 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props