mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-20 19:50:11 +00:00
[host] Numerous performance improvements and minor bug fixes
This commit is contained in:
@@ -51,7 +51,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdParam
|
||||
CrashHandler::Initialize();
|
||||
|
||||
struct StartupArgs args;
|
||||
ZeroMemory(&args, sizeof(struct StartupArgs));
|
||||
args.foreground = false;
|
||||
args.captureDevice = NULL;
|
||||
|
||||
int ret = parseArgs(args);
|
||||
if (ret == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user