dolphin/Source/Core/InputCommon/ControllerInterface
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
..
Android ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00
DInput Fix minor formatting issues 2017-06-05 02:32:19 +02:00
evdev Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
ForceFeedback Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
OSX Implement GamePAd and MultiAxisController detection 2017-08-24 00:31:59 -04:00
Pipes StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
Quartz Add headless support on macOS 2017-04-15 19:34:42 -07:00
SDL ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00
XInput Ignore capabilities reported by an XInput device 2017-08-09 22:51:01 -05:00
Xlib ControllerInterface: replace Reinitialize with RefreshDevices 2016-11-30 16:07:55 -08:00
ControllerInterface.cpp InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
ControllerInterface.h Add missing "functional" include 2017-02-20 14:25:55 +00:00
Device.cpp Device: Provide operator!= counterparts to operator== for DeviceQualifier 2017-06-03 19:34:35 -04:00
Device.h Device: Provide operator!= counterparts to operator== for DeviceQualifier 2017-06-03 19:34:35 -04:00