suyu/src/core/hle/service/hid/controllers
Lioncash e433e99191 hid/npad: Remove redundant non-const variant of IsControllerSupported()
The const qualified variant can also be called in non-const contexts, so
we can remove the non-const variant to eliminate a bit of code
duplication.
2019-10-17 18:11:41 -04:00
..
controller_base.cpp removed unneeded semicolon 2019-09-22 18:50:34 +10:00
controller_base.h marked controller constructors as explicit 2019-09-22 16:41:38 +10:00
debug_pad.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
debug_pad.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
gesture.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
gesture.h service/hid: Remove unused system reference 2019-10-04 23:41:21 +00:00
keyboard.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
keyboard.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
mouse.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
mouse.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
npad.cpp hid/npad: Remove redundant non-const variant of IsControllerSupported() 2019-10-17 18:11:41 -04:00
npad.h hid/npad: Remove redundant non-const variant of IsControllerSupported() 2019-10-17 18:11:41 -04:00
stubbed.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
stubbed.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
touchscreen.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
touchscreen.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
xpad.cpp service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
xpad.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00