summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 08:00:19 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 08:00:19 +0200
commit63ebf2a328aaa7851950f995a64c41a9d1e6e26c (patch)
tree7e1fdf4fa6c657a829d3a40b1c70630ab12d576f
parentIApplicationFunctions: Update to 11.x (diff)
downloadyuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar.gz
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar.bz2
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar.lz
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar.xz
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.tar.zst
yuzu-63ebf2a328aaa7851950f995a64c41a9d1e6e26c.zip
-rw-r--r--src/core/hle/service/am/am.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 605fd7376..4374487a3 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -299,6 +299,7 @@ ISelfController::ISelfController(Core::System& system_, NVFlinger::NVFlinger& nv
{91, &ISelfController::GetAccumulatedSuspendedTickChangedEvent, "GetAccumulatedSuspendedTickChangedEvent"},
{100, &ISelfController::SetAlbumImageTakenNotificationEnabled, "SetAlbumImageTakenNotificationEnabled"},
{110, nullptr, "SetApplicationAlbumUserData"},
+ {120, nullptr, "SaveCurrentScreenshot"},
{1000, nullptr, "GetDebugStorageChannel"},
};
// clang-format on