(Windows) Fixed a MinGW compile error.

This commit is contained in:
Leon Styhre 2021-03-14 10:48:43 +01:00
parent e319a5362e
commit 0cf6914e16

View file

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