hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO

This commit is contained in:
shinyquagsire23
2018-06-11 19:41:29 -06:00
parent 09b8a16414
commit 2f9c0e7c7e
2 changed files with 3 additions and 2 deletions

View File

@ -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;