dolphin/Source/Core/InputCommon/ControllerInterface
comex 700b850acd Fix misc. clang warnings - mostly complaints about inconsistent use of override.
Previously, MacOpenFile only overrode anything on OS X; otherwise it was
just a useless method, which is presumably why it wasn't marked override
in the first place.  Address this more sanely by wrapping it in #ifdef
__APPLE__.
2015-06-21 15:42:49 -04:00
..
Android Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DInput Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ForceFeedback Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
OSX Fix misc. clang warnings - mostly complaints about inconsistent use of override. 2015-06-21 15:42:49 -04:00
SDL Revert "SDL: handle SDL_QUIT event" 2015-06-08 13:43:39 +12:00
XInput Add missing license headers 2015-05-25 13:11:47 +02:00
Xlib Add missing license headers 2015-05-25 13:11:47 +02:00
ControllerInterface.cpp Revert "SDL: handle SDL_QUIT event" 2015-06-08 13:43:39 +12:00
ControllerInterface.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Device.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
Device.h Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
ExpressionParser.cpp Pass strings by const reference where possible 2015-05-28 20:54:55 -04:00
ExpressionParser.h Pass strings by const reference where possible 2015-05-28 20:54:55 -04:00