yuzu/src/core/hle/service/hid/controllers
Lioncash 39497183a6 npad: Remove duplicated class member variable
ControllerBase already has a System reference that can be accessed from
this class, so we can get rid of this to make the class layout a little
more straightforward.
2021-04-19 12:23:28 -04:00
..
controller_base.cpp removed unneeded semicolon 2019-09-22 18:50:34 +10:00
controller_base.h Use different timing for motion 2020-09-23 19:09:33 -05:00
debug_pad.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
debug_pad.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
gesture.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
gesture.h Implements touch, pan, pinch and rotation gestures 2021-02-27 19:54:42 -06:00
keyboard.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
keyboard.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
mouse.cpp Add footer types and address comments 2021-02-03 20:17:08 -06:00
mouse.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
npad.cpp npad: Remove duplicated class member variable 2021-04-19 12:23:28 -04:00
npad.h npad: Remove duplicated class member variable 2021-04-19 12:23:28 -04:00
stubbed.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
stubbed.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
touchscreen.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
touchscreen.h Add mutitouch support for touch screens 2021-01-15 09:05:17 -06:00
xpad.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
xpad.h Add footer types and address comments 2021-02-03 20:17:08 -06:00