mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[host] nvfbc: mark NvFBC as deprecated
This commit is contained in:
parent
90398bc04f
commit
8c5d1d47ee
1 changed files with 1 additions and 0 deletions
|
@ -872,6 +872,7 @@ struct CaptureInterface Capture_NVFBC =
|
||||||
{
|
{
|
||||||
.shortName = "NvFBC",
|
.shortName = "NvFBC",
|
||||||
.asyncCapture = false,
|
.asyncCapture = false,
|
||||||
|
.deprecated = true,
|
||||||
.getName = nvfbc_getName,
|
.getName = nvfbc_getName,
|
||||||
.initOptions = nvfbc_initOptions,
|
.initOptions = nvfbc_initOptions,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue