logging overhaul

This commit is contained in:
SimoneN64
2023-06-05 17:07:20 +02:00
parent 9e37e961ba
commit df3775a559
26 changed files with 145 additions and 145 deletions

View File

@@ -36,7 +36,7 @@ void App::Run() {
si.pif.gamepad = SDL_GameControllerOpen(index);
si.pif.gamepadConnected = false;
if (!si.pif.gamepad) {
Util::warn("[WARN]: Could not initialize gamepad: {}\n", SDL_GetError());
Util::warn("[WARN]: Could not initialize gamepad: {}", SDL_GetError());
} else {
si.pif.gamepadConnected = true;
}