| 59 | |
| 60 | // Structure describing the command to change rumble motor status |
| 61 | typedef struct XBOX360_OUT_RUMBLE { |
| 62 | XBOX360_PACKET header; |
| 63 | Xbox360_Byte reserved1; |
| 64 | Xbox360_Byte big,little; |
| 65 | Xbox360_Byte reserved[3]; |
| 66 | } PACKED XBOX360_OUT_RUMBLE; |
| 67 | |
| 68 | // Enumeration of command types |
| 69 | enum CommandTypes { |
nothing calls this directly
no outgoing calls
no test coverage detected