| 519 | } |
| 520 | |
| 521 | static SDL_bool SetSlotLED(SDL_DriverSwitch_Context *ctx, Uint8 slot) |
| 522 | { |
| 523 | Uint8 led_data = (1 << slot); |
| 524 | return WriteSubcommand(ctx, k_eSwitchSubcommandIDs_SetPlayerLights, &led_data, sizeof(led_data), NULL); |
| 525 | } |
| 526 | |
| 527 | static SDL_bool LoadStickCalibration(SDL_DriverSwitch_Context *ctx) |
| 528 | { |
no test coverage detected