mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 00:26:32 +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)
|
static bool nvfbc_init(void)
|
||||||
{
|
{
|
||||||
this->stop = false;
|
|
||||||
|
|
||||||
int bufferLen = GetEnvironmentVariable("NVFBC_PRIV_DATA", NULL, 0);
|
int bufferLen = GetEnvironmentVariable("NVFBC_PRIV_DATA", NULL, 0);
|
||||||
uint8_t * privData = NULL;
|
uint8_t * privData = NULL;
|
||||||
int privDataLen = 0;
|
int privDataLen = 0;
|
||||||
@ -256,6 +254,7 @@ static bool nvfbc_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
++this->formatVer;
|
++this->formatVer;
|
||||||
|
this->stop = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user