dolphin/Source/Core/VideoBackends
Lioncash 696e1b40b5 Common: Move version strings to their own header
Ideally Common.h wouldn't be a header in the Common library, and instead be renamed to something else, like PlatformCompatibility.h or something, but even then, there's still some things in the header that don't really fall under that label

This moves the version strings out to their own version header that doesn't dump a bunch of other unrelated things into scope, like what Common.h was doing.

This also places them into the Common namespace, as opposed to letting them sit in the global namespace.
2017-09-09 19:28:10 -04:00
..
D3D D3D: Fix crash if shaders fail to compile 2017-09-07 11:45:43 +10:00
Null Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
OGL VideoBackends: Clear uid bits that are unused for the current backend 2017-09-05 23:49:42 +10:00
Software Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
Vulkan Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00