git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4033 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-08-22 02:08:24 +00:00
parent 4d4d37c32c
commit f7bee7347a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ typedef struct {
u8 AnalogStickX, AnalogStickY; // Main Stick, 16 bits
u8 CStickX, CStickY; // Sub-Stick, 16 bits
bool reserved1, reserved2; // Reserved bits, 2 bits
} ControllerState; // Total: 58 + 2 = 60 bits per frame
bool reserved[6]; // Reserved bits, 6 bits
} ControllerState; // Total: 58 + 6 = 64 bits per frame
typedef struct {
u8 filetype[4]; // Unique Identifier (always "DTM"0x1A)