| 53 | |
| 54 | // Structure describing the command to change LED status |
| 55 | typedef struct XBOX360_OUT_LED { |
| 56 | XBOX360_PACKET header; |
| 57 | Xbox360_Byte pattern; |
| 58 | } PACKED XBOX360_OUT_LED; |
| 59 | |
| 60 | // Structure describing the command to change rumble motor status |
| 61 | typedef struct XBOX360_OUT_RUMBLE { |
nothing calls this directly
no outgoing calls
no test coverage detected