mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
(Linux) The 'flatpak-spawn --host' command is no longer included in the log output on game launch.
This commit is contained in:
parent
b7d3b242fd
commit
c63f34cdad
|
@ -1184,16 +1184,16 @@ void FileData::launchGame()
|
|||
getSourceFileData()->getSystem()->getFullName());
|
||||
int returnValue = 0;
|
||||
|
||||
#if defined(FLATPAK_BUILD)
|
||||
// Break out of the sandbox.
|
||||
command = "flatpak-spawn --host " + command;
|
||||
#endif
|
||||
|
||||
LOG(LogDebug) << "Raw emulator launch command:";
|
||||
LOG(LogDebug) << commandRaw;
|
||||
LOG(LogInfo) << "Expanded emulator launch command:";
|
||||
LOG(LogInfo) << command;
|
||||
|
||||
#if defined(FLATPAK_BUILD)
|
||||
// Break out of the sandbox.
|
||||
command = "flatpak-spawn --host " + command;
|
||||
#endif
|
||||
|
||||
// Possibly keep ES-DE running in the background while the game is launched.
|
||||
|
||||
#if defined(_WIN64)
|
||||
|
|
Loading…
Reference in a new issue