From 6e932af8312650a7373630742776979440bebb9c Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Thu, 31 Dec 2015 10:33:48 -0600 Subject: [PATCH] Add two missing values that can fit in GCPadStatus --- Source/Core/InputCommon/GCPadStatus.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/InputCommon/GCPadStatus.h b/Source/Core/InputCommon/GCPadStatus.h index d6bb972de1..deecb30523 100644 --- a/Source/Core/InputCommon/GCPadStatus.h +++ b/Source/Core/InputCommon/GCPadStatus.h @@ -17,6 +17,8 @@ enum PadError enum { PAD_USE_ORIGIN = 0x0080, + PAD_GET_ORIGIN = 0x2000, + PAD_ERR_STATUS = 0x8000, }; enum PadButton