mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] nvfbc: add warning to encourage migration to D12
This commit is contained in:
parent
a4e761bedc
commit
03662f45a7
@ -200,6 +200,12 @@ static bool nvfbc_create(
|
|||||||
this->getPointerBufferFn = getPointerBufferFn;
|
this->getPointerBufferFn = getPointerBufferFn;
|
||||||
this->postPointerBufferFn = postPointerBufferFn;
|
this->postPointerBufferFn = postPointerBufferFn;
|
||||||
|
|
||||||
|
DEBUG_BREAK();
|
||||||
|
DEBUG_WARN("NvFBC IS DEPRECATED by NVIDIA");
|
||||||
|
DEBUG_WARN("As the new D12 capture engine is faster then NvFBC in every way");
|
||||||
|
DEBUG_WARN("we HIGHLY recommend you migrate to it");
|
||||||
|
DEBUG_BREAK();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user