[host] nvfbc: add warning to encourage migration to D12

This commit is contained in:
Geoffrey McRae 2024-03-04 16:33:18 +11:00
parent a4e761bedc
commit 03662f45a7

View File

@ -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;
}