[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

@ -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);