mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 05:42:58 +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",
|
||||
.asyncCapture = false,
|
||||
.deprecated = true,
|
||||
.getName = nvfbc_getName,
|
||||
.initOptions = nvfbc_initOptions,
|
||||
|
||||
|
|
Loading…
Reference in a new issue