mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
AD: Added more debug output
This commit is contained in:
parent
2c1e7d8e4d
commit
281c7a3acb
@ -490,6 +490,8 @@ void AdvancedMetaEngineDetection::composeFileHashMap(FileMap &allFiles, const Co
|
||||
if (efname.lastChar() == '.')
|
||||
efname.deleteLastChar();
|
||||
|
||||
debugC(9, kDebugGlobalDetection, "$$ ['%s'] ['%s'] in '%s", tstr.c_str(), efname.c_str(), firstPathComponents(fslist.front().getPath(), '/').c_str());
|
||||
|
||||
allFiles[tstr] = *file; // Record the presence of this file
|
||||
allFiles[efname] = *file; // ...and its file name
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user