mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added additional debug logging when launching games using alternative emulators.
This commit is contained in:
parent
1461b2b0a7
commit
ed9d978bbf
|
@ -760,6 +760,9 @@ void FileData::launchGame(Window* window)
|
|||
for (auto launchCommand : mEnvData->mLaunchCommands) {
|
||||
if (launchCommand.second == alternativeEmulator) {
|
||||
command = launchCommand.first;
|
||||
LOG(LogDebug) << "FileData::launchGame(): Using alternative emulator \""
|
||||
<< alternativeEmulator << "\""
|
||||
<< " for system \"" << this->getSystem()->getName() << "\"";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue