mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[c-host] nvfbc: fix failure to build due to new event interface
This commit is contained in:
parent
c82a5e0523
commit
3b5c1bd09c
@ -135,7 +135,7 @@ static bool nvfbc_create()
|
||||
}
|
||||
free(privData);
|
||||
|
||||
this->frameEvent = os_createEvent(true);
|
||||
this->frameEvent = os_createEvent(true, 17);
|
||||
if (!this->frameEvent)
|
||||
{
|
||||
DEBUG_ERROR("failed to create the frame event");
|
||||
|
Loading…
Reference in New Issue
Block a user