dolphin/Source/Core/UICommon
Léo Lam aaaa3896c0
VideoCommon: Get rid of the global g_available_video_backends
Replace it with a function-local static that is initialized on first
use. This gets rid of a global variable and removes the need for
manual initialization in UICommon.

This commit also replaces the weird find_if that looks for a non-null
unique_ptr with a simple "is vector empty" check considering that
none of the pointers can be null by construction.
2020-10-21 22:00:10 +02:00
..
ResourcePack Externals: Update minizip search path. 2020-04-29 12:41:36 +02:00
AutoUpdate.cpp Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
AutoUpdate.h
CMakeLists.txt
CommandLineParse.cpp don't use std::move on const variables 2020-08-23 13:55:14 -07:00
CommandLineParse.h
Disassembler.cpp
Disassembler.h
DiscordPresence.cpp Externals: Fix include path for picojson and discord 2020-04-29 11:45:59 +02:00
DiscordPresence.h
GameFile.cpp Android: Allow disabling cover downloading 2020-10-19 20:03:47 +02:00
GameFile.h Show NKitness in file format string 2020-10-06 19:35:00 +02:00
GameFileCache.cpp Show NKitness in file format string 2020-10-06 19:35:00 +02:00
GameFileCache.h
NetPlayIndex.cpp Externals: Fix include path for picojson and discord 2020-04-29 11:45:59 +02:00
NetPlayIndex.h
UICommon.cpp VideoCommon: Get rid of the global g_available_video_backends 2020-10-21 22:00:10 +02:00
UICommon.h Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
UICommon.vcxproj msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
USBUtils.cpp
USBUtils.h
VideoUtils.cpp
VideoUtils.h
X11Utils.cpp
X11Utils.h