mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
Avoid initializing single-joycon layouts with handheld controller
This commit is contained in:
parent
6f0b2ba7cf
commit
93c0478c5c
2 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,7 @@ namespace Service::HID {
|
|||
|
||||
constexpr u32 HID_NUM_ENTRIES = 17;
|
||||
constexpr u32 HID_NUM_LAYOUTS = 7;
|
||||
constexpr u32 HID_NUM_LAYOUTS_HANDHELD = 2;
|
||||
constexpr s32 HID_JOYSTICK_MAX = 0x8000;
|
||||
constexpr s32 HID_JOYSTICK_MIN = -0x8000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue