[Project64] fix up spaces in CN64System::StartEmulationThread
This commit is contained in:
parent
2f3998d9a6
commit
8aa5b6ef47
|
@ -377,7 +377,7 @@ void CN64System::StartEmulationThread(ThreadInfo * Info)
|
|||
{
|
||||
if (g_Settings->LoadBool(Setting_CN64TimeCritical))
|
||||
{
|
||||
SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_TIME_CRITICAL);
|
||||
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL);
|
||||
}
|
||||
|
||||
CoInitialize(NULL);
|
||||
|
|
Loading…
Reference in New Issue