dolphin/Source/Core/VideoBackends/OGL
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
..
CMakeLists.txt
GPUTimer.h
OGLBoundingBox.cpp
OGLBoundingBox.h
OGLMain.cpp VideoConfig: Add bool for sampler LOD bias support 2021-12-25 15:16:27 -05:00
OGLNativeVertexFormat.cpp Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
OGLPerfQuery.cpp
OGLPerfQuery.h
OGLPipeline.cpp
OGLPipeline.h
OGLRender.cpp Treewide: Remove unused inclusions of <cinttypes> 2022-01-09 12:43:11 -08:00
OGLRender.h
OGLShader.cpp
OGLShader.h
OGLStreamBuffer.cpp
OGLStreamBuffer.h
OGLTexture.cpp
OGLTexture.h
OGLVertexManager.cpp
OGLVertexManager.h
ProgramShaderCache.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
ProgramShaderCache.h
SamplerCache.cpp SamplerCache: Check for bSupportsLodBiasInSampler instead of IsGLES 2021-12-25 15:17:19 -05:00
SamplerCache.h
VideoBackend.h