mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added the pre-command binary to the debug output in FileData::launchGame()
This commit is contained in:
parent
4eeb328daa
commit
6b0e1ac6b7
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue