mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Cosmetic nits
This commit is contained in:
parent
4cc244985d
commit
f0d3bae673
|
@ -123,9 +123,7 @@ void SystemData::launchGame(Window* window, FileData* game)
|
||||||
command = strreplace(command, "%ROM_RAW%", rom_raw);
|
command = strreplace(command, "%ROM_RAW%", rom_raw);
|
||||||
|
|
||||||
LOG(LogInfo) << " " << command;
|
LOG(LogInfo) << " " << command;
|
||||||
std::cout << "==============================================\n";
|
|
||||||
int exitCode = runSystemCommand(command);
|
int exitCode = runSystemCommand(command);
|
||||||
std::cout << "==============================================\n";
|
|
||||||
|
|
||||||
if(exitCode != 0)
|
if(exitCode != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue