diff --git a/es-app/src/FileData.cpp b/es-app/src/FileData.cpp index ec9015ba7..fe091b29b 100644 --- a/es-app/src/FileData.cpp +++ b/es-app/src/FileData.cpp @@ -1031,12 +1031,13 @@ void FileData::launchGame() window->setAllowFileAnimation(true); return; } - else if (!isShortcut) { #if defined(_WIN64) + else { LOG(LogDebug) << "FileData::launchGame(): Found emulator binary " << Utils::String::replace( Utils::String::replace(binaryPath, "%ESPATH%", esPath), "/", "\\"); #else + else if (!isShortcut) { LOG(LogDebug) << "FileData::launchGame(): Found emulator binary \"" << Utils::String::replace(binaryPath, "%ESPATH%", esPath) << "\""; #endif