yuzu/src/core/hle/service/hid/controllers
David 87eca5b209 Fixed priority switching edge case for handheld (#1675)
* Fixed priority switching edge case for handheld

We accidently used controller index instead of npad id

* Moved NPadIdToIndex
2018-11-15 20:31:27 -08: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 hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
debug_pad.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
gesture.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04: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 hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
keyboard.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
mouse.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
mouse.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
npad.cpp Fixed priority switching edge case for handheld (#1675) 2018-11-15 20:31:27 -08:00
npad.h Added auto controller switching to supported controllers and single joycon button rotation 2018-10-20 15:07:18 +11:00
stubbed.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04: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 hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
touchscreen.h hid/controller: Default the destructors of all controller types in the cpp file 2018-10-17 20:52:43 -04:00
xpad.cpp hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00
xpad.h hid/controller: Remove unused header inclusions 2018-10-17 20:52:45 -04:00