mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Add two missing values that can fit in GCPadStatus
This commit is contained in:
@ -17,6 +17,8 @@ enum PadError
|
|||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
PAD_USE_ORIGIN = 0x0080,
|
PAD_USE_ORIGIN = 0x0080,
|
||||||
|
PAD_GET_ORIGIN = 0x2000,
|
||||||
|
PAD_ERR_STATUS = 0x8000,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum PadButton
|
enum PadButton
|
||||||
|
Reference in New Issue
Block a user