[c-host] nvfbc: fix failure to build due to new event interface

This commit is contained in:
Geoffrey McRae 2019-12-17 16:41:02 +11:00
parent c82a5e0523
commit 3b5c1bd09c

View File

@ -135,7 +135,7 @@ static bool nvfbc_create()
} }
free(privData); free(privData);
this->frameEvent = os_createEvent(true); this->frameEvent = os_createEvent(true, 17);
if (!this->frameEvent) if (!this->frameEvent)
{ {
DEBUG_ERROR("failed to create the frame event"); DEBUG_ERROR("failed to create the frame event");