service/vi: Update IManagerDisplayService's function table

Amends it to add the 7.0.0+ CreateStrayLayer function.
This commit is contained in:
Lioncash 2019-02-25 08:06:47 -05:00
parent c07987dfab
commit be7dad5e7e

View File

@ -752,6 +752,7 @@ public:
{1102, nullptr, "GetDisplayResolution"},
{2010, &IManagerDisplayService::CreateManagedLayer, "CreateManagedLayer"},
{2011, nullptr, "DestroyManagedLayer"},
{2012, nullptr, "CreateStrayLayer"},
{2050, nullptr, "CreateIndirectLayer"},
{2051, nullptr, "DestroyIndirectLayer"},
{2052, nullptr, "CreateIndirectProducerEndPoint"},