summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-02-26 00:27:43 +0100
committerGitHub <noreply@github.com>2019-02-26 00:27:43 +0100
commitda1b45de34e079da18ce6a6914f77117814273ff (patch)
tree36514096881e349065ece5748c4e7dda1f93e9fb /src
parentMerge pull request #2160 from lioncash/audio-warn (diff)
parentservice/vi: Update IManagerDisplayService's function table (diff)
downloadyuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar.gz
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar.bz2
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar.lz
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar.xz
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.tar.zst
yuzu-da1b45de34e079da18ce6a6914f77117814273ff.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/vi/vi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp
index 7369a09ec..74384a24d 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -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"},