This commit is contained in:
kalaposfos13 2025-01-03 10:46:50 +01:00
parent 13a57e6178
commit e128696bd7
2 changed files with 2 additions and 2 deletions

View File

@ -141,4 +141,4 @@ void setDefaultValues();
// settings
u32 GetLanguage();
}; // namespace Config
}; // namespace Config

View File

@ -257,7 +257,7 @@ void GameController::TryOpenSDLController() {
LOG_ERROR(Input, "Failed to initialize accel controls for gamepad");
}
}
SDL_free(gamepads);
SetLightBarRGB(0, 0, 255);