changed LOGN mesaage, it now includes the db.txt file on the logfn

This commit is contained in:
AL2009man 2025-08-01 15:24:34 -04:00
parent 135137d0a4
commit 12fe00ce73

View file

@ -347,7 +347,7 @@ void hid::Init()
// Load controller mappings from SDL_GameControllerDB
if (int mappings = SDL_GameControllerAddMappingsFromFile("gamecontrollerdb.txt"); mappings > 0) {
LOGFN("Loaded {} controller mapping(s) from SDL_GameControllerDB file", mappings);
LOGFN("Loaded {} controller mapping(s) from SDL_GameControllerDB ({})", mappings, "gamecontrollerdb.txt");
}
}