Added an es_log.txt entry when the 'Only show ROMs from gamelist.xml files' setting is enabled.

This commit is contained in:
Leon Styhre 2022-06-29 17:19:28 +02:00
parent 08d893b119
commit 3aadc42c28

View file

@ -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();