mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
changed LOGN mesaage, it now includes the db.txt file on the logfn
This commit is contained in:
parent
135137d0a4
commit
12fe00ce73
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue