mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
This commit is contained in:
parent
2a3a778854
commit
a02f67160c
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ namespace Service::HID {
|
|||
// Begin enums and output structs
|
||||
|
||||
constexpr u32 HID_NUM_ENTRIES = 17;
|
||||
constexpr u32 HID_NUM_LAYOUTS = 2;
|
||||
constexpr u32 HID_NUM_LAYOUTS = 7;
|
||||
constexpr s32 HID_JOYSTICK_MAX = 0x8000;
|
||||
constexpr s32 HID_JOYSTICK_MIN = -0x8000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue