summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-27 03:11:39 +0200
committergerman77 <juangerman-13@hotmail.com>2021-09-27 03:12:02 +0200
commitb0e83f949ed684cf8fcf5f8ce473c49cb659b07b (patch)
treee2c70dbfa009b55897a905053e904aec5be8bb2a /src/core/hle/service/vi/vi.cpp
parentservice/am: Update to 13.0.0 (diff)
downloadyuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar.gz
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar.bz2
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar.lz
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar.xz
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.tar.zst
yuzu-b0e83f949ed684cf8fcf5f8ce473c49cb659b07b.zip
Diffstat (limited to 'src/core/hle/service/vi/vi.cpp')
-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 8e8fc40ca..be3d52d54 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -831,6 +831,7 @@ public:
{6010, nullptr, "GetLayerPresentationAllFencesExpiredEvent"},
{6011, nullptr, "EnableLayerAutoClearTransitionBuffer"},
{6012, nullptr, "DisableLayerAutoClearTransitionBuffer"},
+ {6013, nullptr, "SetLayerOpacity"},
{7000, nullptr, "SetContentVisibility"},
{8000, nullptr, "SetConductorLayer"},
{8001, nullptr, "SetTimestampTracking"},