mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +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) {
|
for (auto launchCommand : mEnvData->mLaunchCommands) {
|
||||||
if (launchCommand.second == alternativeEmulator) {
|
if (launchCommand.second == alternativeEmulator) {
|
||||||
command = launchCommand.first;
|
command = launchCommand.first;
|
||||||
|
LOG(LogDebug) << "FileData::launchGame(): Using alternative emulator \""
|
||||||
|
<< alternativeEmulator << "\""
|
||||||
|
<< " for system \"" << this->getSystem()->getName() << "\"";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue