dolphin/Source/Core/VideoBackends/Null
Lioncash 86000fc6b4 VideoBackends/Null: Remove unnecessary constructors and destructors
Removes constructors and destructors that don't actually provide any
behavior (i.e. doesn't constain generated code related to non-trivial
members in a cpp file, etc).

Lessens the amount of code present.
2019-07-27 17:33:18 -04:00
..
CMakeLists.txt VideoNull/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
Null.vcxproj Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
NullBackend.cpp VideoBackends/Null: Remove unnecessary includes 2019-07-27 17:33:16 -04: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: Remove unnecessary constructors and destructors 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 VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
TextureCache.h VideoBackends/Null: Remove unnecessary constructors and destructors 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: Remove unnecessary includes 2019-07-27 17:33:16 -04:00
VideoBackend.h VideoBackends/Null: Remove unnecessary includes 2019-07-27 17:33:16 -04:00