mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] converted program to a windows hidden/background user app.
NvFBC will not start when running as a service, likely intentional security of the API to prevent it from being abused.
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
|
||||
bool Initialize();
|
||||
void DeInitialize();
|
||||
bool Process(HANDLE stopEvent);
|
||||
bool Process();
|
||||
|
||||
private:
|
||||
static Service * m_instance;
|
||||
|
Reference in New Issue
Block a user