suyu/src/core/hle/service/hid/controllers
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing
Places all of the timing-related functionality under the existing Core
namespace to keep things consistent, rather than having the timing
utilities sitting in its own completely separate namespace.
2019-02-12 12:42:17 -05:00
..
controller_base.cpp controller_base: Default the base class constructor and destructor in the cpp file 2018-10-17 20:51:54 -04:00
controller_base.h controller_base: Default the base class constructor and destructor in the cpp file 2018-10-17 20:51:54 -04:00
debug_pad.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
debug_pad.h hid: Add controller bindings for DebugPad controller 2018-11-18 23:22:36 -05:00
gesture.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
gesture.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
keyboard.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
keyboard.h hid: Add keyboard bindings for Keyboard controller 2018-11-18 23:22:36 -05:00
mouse.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
mouse.h hid: Add controller bindings for Mouse controller 2018-11-18 23:22:36 -05:00
npad.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
npad.h web_browser: Add bounds checking to applet interface 2018-12-28 18:20:29 -05:00
stubbed.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
stubbed.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
touchscreen.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
touchscreen.h Added missing start/end touch attributes to touchscreen 2018-11-18 23:21:33 -05:00
xpad.cpp core_timing: Rename CoreTiming namespace to Core::Timing 2019-02-12 12:42:17 -05:00
xpad.h hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00