mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 05:42:58 +00:00
[host] nvfbc: add warning to encourage migration to D12
This commit is contained in:
parent
a4e761bedc
commit
03662f45a7
1 changed files with 6 additions and 0 deletions
|
@ -200,6 +200,12 @@ static bool nvfbc_create(
|
|||
this->getPointerBufferFn = getPointerBufferFn;
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue