mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[c-host] remove extra NvFBC noise
This commit is contained in:
parent
8b47d740a8
commit
e4d8cf2d76
2 changed files with 1 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
a12-143-g0cac3e1c40+1
|
a12-144-g8b47d740a8+1
|
|
@ -98,7 +98,6 @@ bool NvFBCToSysCreate(
|
||||||
|
|
||||||
if (nvapi.createEx(¶ms) != NVFBC_SUCCESS)
|
if (nvapi.createEx(¶ms) != NVFBC_SUCCESS)
|
||||||
{
|
{
|
||||||
DEBUG_ERROR("Failed to create an instance of NvFBCToSys");
|
|
||||||
*handle = NULL;
|
*handle = NULL;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue