dolphin/Source/Core
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
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
Core Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
DiscIO DiscIO: Fix TMD extraction 2017-08-25 17:31:50 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
DolphinWX Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
InputCommon Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
UICommon Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
VideoBackends Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
VideoCommon Vulkan: Extend the NVIDIA MSAA bug to render-pass based clears 2017-09-07 17:05:43 +10:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00