mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Merge branch 'master' of gitlab.com:leonstyhre/emulationstation-de
This commit is contained in:
commit
f8e23a016e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue