mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Add two missing values that can fit in GCPadStatus
This commit is contained in:
parent
371e9f4fae
commit
6e932af831
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ enum PadError
|
|||
enum
|
||||
{
|
||||
PAD_USE_ORIGIN = 0x0080,
|
||||
PAD_GET_ORIGIN = 0x2000,
|
||||
PAD_ERR_STATUS = 0x8000,
|
||||
};
|
||||
|
||||
enum PadButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue