diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index a4fe8fc8b..b63c2c8bd 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -258,9 +258,8 @@ bool SystemData::loadConfig() path = Utils::String::replace(path, "%ROMPATH%", rompath); #if defined(_WIN64) path = Utils::String::replace(path, "\\", "/"); - #else - path = Utils::String::replace(path, "//", "/"); #endif + path = Utils::String::replace(path, "//", "/"); // Check that the ROM directory for the system is valid or otherwise abort the processing. if (!Utils::FileSystem::exists(path)) {