[Project64] fix up spaces in CN64System::StartEmulationThread

This commit is contained in:
zilmar 2015-11-15 14:51:21 +11:00
parent 2f3998d9a6
commit 8aa5b6ef47
1 changed files with 5 additions and 5 deletions

View File

@ -375,10 +375,10 @@ void CN64System::StartEmulation(bool NewThread)
void CN64System::StartEmulationThread(ThreadInfo * Info)
{
if (g_Settings->LoadBool(Setting_CN64TimeCritical))
{
SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_TIME_CRITICAL);
}
if (g_Settings->LoadBool(Setting_CN64TimeCritical))
{
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL);
}
CoInitialize(NULL);
@ -2035,4 +2035,4 @@ void CN64System::TLB_Changed()
{
g_Debugger->TLBChanged();
}
}
}