mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +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...";
|
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);
|
std::vector<std::string> configPaths = getConfigPath(true);
|
||||||
const std::string rompath = FileData::getROMDirectory();
|
const std::string rompath = FileData::getROMDirectory();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue