Merge branch 'master' of gitlab.com:leonstyhre/emulationstation-de

This commit is contained in:
Leon Styhre 2021-03-10 19:37:45 +01:00
commit f8e23a016e

View file

@ -573,7 +573,7 @@ bool SystemData::createSystemDirectories()
#if defined(_WIN64)
systemInfoFile.open(Utils::String::stringToWideString(rompath +
systemDir + systemInfoFileName);
systemDir + systemInfoFileName));
#else
systemInfoFile.open(rompath + systemDir + systemInfoFileName);
#endif