mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-18 10:43:58 +00:00
[host] nvfbc: fix failure to startup
This commit is contained in:
parent
7cc9b5f77c
commit
ebf20dd108
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,6 @@ static bool nvfbc_create(
|
|||
|
||||
static bool nvfbc_init(void)
|
||||
{
|
||||
this->stop = false;
|
||||
|
||||
int bufferLen = GetEnvironmentVariable("NVFBC_PRIV_DATA", NULL, 0);
|
||||
uint8_t * privData = NULL;
|
||||
int privDataLen = 0;
|
||||
|
@ -256,6 +254,7 @@ static bool nvfbc_init(void)
|
|||
}
|
||||
|
||||
++this->formatVer;
|
||||
this->stop = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue