resindvd: Fix silly typo in button state tracking.
This commit is contained in:
parent
f3d8e3920d
commit
c12fc9edda
@ -61,7 +61,7 @@ typedef enum
|
||||
RSN_BTN_LEFT = 0x01,
|
||||
RSN_BTN_RIGHT = 0x02,
|
||||
RSN_BTN_UP = 0x04,
|
||||
RSN_BTN_DOWN = 0x04
|
||||
RSN_BTN_DOWN = 0x08
|
||||
} RsnBtnMask;
|
||||
|
||||
enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user