mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-22 11:21:21 +00:00
[host] boost the priority to realtime (run as admin required)
This commit is contained in:
parent
8dec59f3ff
commit
9e75c7ab34
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct StartupArgs
|
|||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam, int iCmdShow)
|
||||
{
|
||||
CrashHandler::Initialize();
|
||||
SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS);
|
||||
|
||||
struct StartupArgs args;
|
||||
args.foreground = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue