...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4033 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4d4d37c32c
commit
f7bee7347a
|
@ -40,8 +40,8 @@ typedef struct {
|
||||||
u8 AnalogStickX, AnalogStickY; // Main Stick, 16 bits
|
u8 AnalogStickX, AnalogStickY; // Main Stick, 16 bits
|
||||||
u8 CStickX, CStickY; // Sub-Stick, 16 bits
|
u8 CStickX, CStickY; // Sub-Stick, 16 bits
|
||||||
|
|
||||||
bool reserved1, reserved2; // Reserved bits, 2 bits
|
bool reserved[6]; // Reserved bits, 6 bits
|
||||||
} ControllerState; // Total: 58 + 2 = 60 bits per frame
|
} ControllerState; // Total: 58 + 6 = 64 bits per frame
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 filetype[4]; // Unique Identifier (always "DTM"0x1A)
|
u8 filetype[4]; // Unique Identifier (always "DTM"0x1A)
|
||||||
|
|
Loading…
Reference in New Issue