mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] nvfbc: fix failure to startup
This commit is contained in:
parent
7cc9b5f77c
commit
ebf20dd108
@ -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 New Issue
Block a user