mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added an es_log.txt entry when the 'Only show ROMs from gamelist.xml files' setting is enabled.
This commit is contained in:
parent
08d893b119
commit
3aadc42c28
|
@ -418,6 +418,10 @@ bool SystemData::loadConfig()
|
|||
|
||||
LOG(LogInfo) << "Populating game systems...";
|
||||
|
||||
if (Settings::getInstance()->getBool("ParseGamelistOnly")) {
|
||||
LOG(LogInfo) << "Only parsing the gamelist.xml files, not scanning system directories";
|
||||
}
|
||||
|
||||
std::vector<std::string> configPaths = getConfigPath(true);
|
||||
const std::string rompath = FileData::getROMDirectory();
|
||||
|
||||
|
|
Loading…
Reference in a new issue