mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[host] nvfbc: fix failure to startup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user