diff --git a/es-app/src/FileData.cpp b/es-app/src/FileData.cpp index f3a919684..0f18f0a3c 100644 --- a/es-app/src/FileData.cpp +++ b/es-app/src/FileData.cpp @@ -1035,6 +1035,10 @@ void FileData::launchGame() window->setAllowFileAnimation(true); return; } + else { + LOG(LogDebug) << "FileData::launchGame(): Found pre-command binary \"" << preCommandPath + << "\""; + } } // Check that the emulator binary actually exists, and if so, get its path.