Narrow down filter of layout configs

This commit is contained in:
Zach Hilman 2018-06-13 20:03:12 -04:00
parent 42701153c7
commit 3898d6b54c
2 changed files with 5 additions and 10 deletions

View file

@ -13,7 +13,6 @@ 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;