mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
(Windows) Fixed a small issue which caused a compilation error.
This commit is contained in:
parent
e310066f34
commit
3e6f3487c9
|
@ -186,7 +186,7 @@ void CollectionSystemManager::saveCustomCollection(SystemData* sys)
|
|||
fileGameEntries.erase(last, fileGameEntries.end());
|
||||
|
||||
#if defined(_WIN64)
|
||||
configFile.open(Utils::String::
|
||||
configFileOut.open(Utils::String::
|
||||
stringToWideString(getCustomCollectionConfigPath(name)).c_str());
|
||||
#else
|
||||
configFileOut.open(getCustomCollectionConfigPath(name));
|
||||
|
|
Loading…
Reference in a new issue