summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar german772021-04-07 20:11:50 -0600
committerGravatar german772021-04-08 19:40:24 -0600
commitdbc4c8e31422d3f0dea59c607648a9cf328a738a (patch)
treefaf77120faa23e7fb49cd18994f5a741eb4887cb /src/core/hle
parentbpc: Use proper names (diff)
downloadyuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.gz
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.tar.xz
yuzu-dbc4c8e31422d3f0dea59c607648a9cf328a738a.zip
caps_a: Update to 12.x
Diffstat (limited to 'src/core/hle')
-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"} {
49 {16, nullptr, "GetAlbumMountResult"}, 49 {16, nullptr, "GetAlbumMountResult"},
50 {17, nullptr, "GetAlbumUsage16"}, 50 {17, nullptr, "GetAlbumUsage16"},
51 {18, nullptr, "Unknown18"}, 51 {18, nullptr, "Unknown18"},
52 {19, nullptr, "Unknown19"},
52 {100, nullptr, "GetAlbumFileCountEx0"}, 53 {100, nullptr, "GetAlbumFileCountEx0"},
53 {101, nullptr, "GetAlbumFileListEx0"}, 54 {101, nullptr, "GetAlbumFileListEx0"},
54 {202, nullptr, "SaveEditedScreenShot"}, 55 {202, nullptr, "SaveEditedScreenShot"},