mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 01:17:52 -05:00
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user