From 2f9c0e7c7e0238cdcf241d4348b6e3c17c3a3e48 Mon Sep 17 00:00:00 2001 From: shinyquagsire23 Date: Mon, 11 Jun 2018 19:41:29 -0600 Subject: hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO --- src/core/hle/service/hid/hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/hid/hid.h') diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index 15eee8f01..b499308d6 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -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; -- cgit v1.2.3