From 6b0e1ac6b7fa652df53d40cabfe57f1fe3338bd8 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 22 Sep 2023 17:48:40 +0200 Subject: [PATCH] Added the pre-command binary to the debug output in FileData::launchGame() --- es-app/src/FileData.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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.