| 219 | } |
| 220 | |
| 221 | Result Xbox360Controller::SetLED(Xbox360LEDValue value) |
| 222 | { |
| 223 | uint8_t ledPacket[]{0x01, 0x03, static_cast<uint8_t>(value)}; |
| 224 | return m_outPipe->Write(ledPacket, sizeof(ledPacket)); |
| 225 | } |
| 226 | |
| 227 | void Xbox360Controller::LoadConfig(const ControllerConfig *config) |
| 228 | { |