diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 02:00:19 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 02:00:19 -0400 |
commit | 63ebf2a328aaa7851950f995a64c41a9d1e6e26c (patch) | |
tree | 7e1fdf4fa6c657a829d3a40b1c70630ab12d576f /src | |
parent | d04120169d08ed39f89c6e59846b406cc3e46f08 (diff) |
ISelfController: Update to 11.x
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 1 |
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 |