mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 15:02:20 +00:00
Changed LOGFN name to indicate SDL_GameControllerDB file is in use
This commit is contained in:
parent
4ff4778540
commit
135137d0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ void hid::Init()
|
||||||
|
|
||||||
// Load controller mappings from SDL_GameControllerDB
|
// Load controller mappings from SDL_GameControllerDB
|
||||||
if (int mappings = SDL_GameControllerAddMappingsFromFile("gamecontrollerdb.txt"); mappings > 0) {
|
if (int mappings = SDL_GameControllerAddMappingsFromFile("gamecontrollerdb.txt"); mappings > 0) {
|
||||||
LOGFN("Loaded {} controller mappings", mappings);
|
LOGFN("Loaded {} controller mapping(s) from SDL_GameControllerDB file", mappings);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue