summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-06-14 02:03:12 +0200
committerZach Hilman <zachhilman@gmail.com>2018-06-14 02:03:12 +0200
commitac88d3e89f68cf9eac11014225c2847e96f8a620 (patch)
tree0385b272123d104023a174aa3056839c0631d98d /src/core/hle/service/hid/hid.h
parentMove loop condition to free function (diff)
downloadyuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar.gz
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar.bz2
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar.lz
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar.xz
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.tar.zst
yuzu-ac88d3e89f68cf9eac11014225c2847e96f8a620.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index a032f59dc..b499308d6 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -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;