diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-12-31 10:33:48 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-05 13:44:37 -0600 |
| commit | 6e932af8312650a7373630742776979440bebb9c (patch) | |
| tree | f402e878c683955df943ec5c8497b16cc8f066db /Source/Core/InputCommon | |
| parent | 371e9f4fae0cd60004d7cfd13cc832bc18808de2 (diff) | |
Add two missing values that can fit in GCPadStatus
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/GCPadStatus.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
