Fix newline, strange...
This commit is contained in:
parent
c9e2406394
commit
63af4166e0
|
@ -928,13 +928,13 @@ void CxbxKrnlMain(int argc, char* argv[])
|
|||
CxbxKrnlCleanup("GUI process is not ready!");
|
||||
}
|
||||
g_EmuShared->SetIsReady(false);
|
||||
|
||||
bool bQuickReboot;
|
||||
g_EmuShared->GetMultiXbeFlag(&bQuickReboot);
|
||||
|
||||
// precaution for multi-xbe titles in the case CrashMonitor has still not destoyed the previous mutex
|
||||
while (bQuickReboot) {
|
||||
g_EmuShared->GetMultiXbeFlag(&bQuickReboot);
|
||||
|
||||
bool bQuickReboot;
|
||||
g_EmuShared->GetMultiXbeFlag(&bQuickReboot);
|
||||
|
||||
// precaution for multi-xbe titles in the case CrashMonitor has still not destoyed the previous mutex
|
||||
while (bQuickReboot) {
|
||||
g_EmuShared->GetMultiXbeFlag(&bQuickReboot);
|
||||
}
|
||||
|
||||
// Write a header to the log
|
||||
|
|
Loading…
Reference in New Issue