dolphin/Source/Core/VideoBackends/Null
JosJuice 6eefc3c524 Make default graphics backend not show up as empty
Fixes https://bugs.dolphin-emu.org/issues/12245.

I considered making a change to DolphinQt instead of
the core, but then additional effort would've been
required to add the same fix to the Android GUI once
we start using the new config system there.
2020-09-06 12:56:45 +02:00
..
CMakeLists.txt VideoNull/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
Null.vcxproj msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
NullBackend.cpp FramebufferManager: Copy to color format for depth readbacks on GLES 2020-05-24 16:11:11 +10:00
NullTexture.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
NullTexture.h VideoBackends/Null: Remove unnecessary constructors and destructors 2019-07-27 17:33:18 -04:00
PerfQuery.h VideoBackends/Null: Apply final to classes where applicable 2019-07-27 17:33:18 -04:00
Render.cpp VideoBackends/Null: Remove unnecessary constructors and destructors 2019-07-27 17:33:18 -04:00
Render.h VideoBackends/Null: Apply final to classes where applicable 2019-07-27 17:33:18 -04:00
TextureCache.h VideoBackends/Null: Apply final to classes where applicable 2019-07-27 17:33:18 -04:00
VertexManager.cpp VideoBackends/Null: Remove unnecessary includes 2019-07-27 17:33:16 -04:00
VertexManager.h VideoBackends/Null: Add missing override specifiers 2019-07-27 17:33:18 -04:00
VideoBackend.h Make default graphics backend not show up as empty 2020-09-06 12:56:45 +02:00