summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-08 04:11:50 +0200
committergerman77 <juangerman-13@hotmail.com>2021-04-09 03:40:24 +0200
commitdbc4c8e31422d3f0dea59c607648a9cf328a738a (patch)
treefaf77120faa23e7fb49cd18994f5a741eb4887cb
parentbpc: Use proper names (diff)
downloadyuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.gz
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.bz2
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.lz
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.xz
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.zst
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.zip
-rw-r--r--src/core/hle/service/caps/caps_a.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_a.cpp b/src/core/hle/service/caps/caps_a.cpp
index 1fe4f0e14..6220e9f77 100644
--- a/src/core/hle/service/caps/caps_a.cpp
+++ b/src/core/hle/service/caps/caps_a.cpp
@@ -49,6 +49,7 @@ CAPS_A::CAPS_A(Core::System& system_) : ServiceFramework{system_, "caps:a"} {
{16, nullptr, "GetAlbumMountResult"},
{17, nullptr, "GetAlbumUsage16"},
{18, nullptr, "Unknown18"},
+ {19, nullptr, "Unknown19"},
{100, nullptr, "GetAlbumFileCountEx0"},
{101, nullptr, "GetAlbumFileListEx0"},
{202, nullptr, "SaveEditedScreenShot"},