Merge pull request #23 from HerbFargus/Nits

Cosmetic nits
This commit is contained in:
Jools Wills 2016-01-30 21:55:05 +00:00
commit 1d5fbdbd1d

View file

@ -123,9 +123,7 @@ void SystemData::launchGame(Window* window, FileData* game)
command = strreplace(command, "%ROM_RAW%", rom_raw);
LOG(LogInfo) << " " << command;
std::cout << "==============================================\n";
int exitCode = runSystemCommand(command);
std::cout << "==============================================\n";
if(exitCode != 0)
{