dolphin/Source/Core/UICommon
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
..
CMakeLists.txt UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
CommandLineParse.cpp Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
CommandLineParse.h Add command line parsing to UICommon. 2017-02-16 17:24:58 +01:00
Disassembler.cpp UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
Disassembler.h UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
UICommon.cpp Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
UICommon.h UICommon: Move TriggerSTMPowerEvent() from Wx 2017-06-26 16:28:39 +02:00
UICommon.vcxproj Make Visual Studio happy 2017-06-28 20:42:01 +02:00
USBUtils.cpp Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
USBUtils.h Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
VideoUtils.cpp UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
VideoUtils.h UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
X11Utils.cpp Moved X11Utils into UICommon. 2017-03-08 01:24:10 -08:00
X11Utils.h Buildfix for X11 where HAVE_XRANDR is disabled 2017-09-09 11:49:20 -07:00