Merge pull request #45 from Boomslangnz/master
Modified OutputBlaster to add sleep etc
This commit is contained in:
commit
a554f44d55
@ -51,7 +51,11 @@ DWORD WINAPI QuitGameThread(__in LPVOID lpParameter)
|
|||||||
{
|
{
|
||||||
system("taskkill /f /im InpWrapper.exe");
|
system("taskkill /f /im InpWrapper.exe");
|
||||||
}
|
}
|
||||||
TerminateProcess(GetCurrentProcess(), 0);
|
if (blaster)
|
||||||
|
{
|
||||||
|
FreeLibrary(blaster);
|
||||||
|
}
|
||||||
|
TerminateProcess(GetCurrentProcess(), 0);
|
||||||
#endif
|
#endif
|
||||||
//ExitProcess(0);
|
//ExitProcess(0);
|
||||||
}
|
}
|
||||||
@ -81,12 +85,9 @@ DWORD WINAPI OutputsThread(__in LPVOID lpParameter)
|
|||||||
}
|
}
|
||||||
OutputInit = true;
|
OutputInit = true;
|
||||||
}
|
}
|
||||||
if (GetAsyncKeyState(VK_ESCAPE))
|
|
||||||
{
|
|
||||||
FreeLibrary(blaster);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Sleep(300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user