aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-01-21 14:26:05 -0800
committerGitHub <noreply@github.com>2022-01-21 14:26:05 -0800
commitd990f043bd50ea11e2dd26a8cb4c7425382363ac (patch)
tree2c1d5172efd32a1677895aa1720c1d37b32ef974 /src/core/hle/service/am
parent88d9b55b14e2647076be6ca87af757d95d473641 (diff)
parent12bf8ca929c2797a65ce209bcd6b70003571be1a (diff)
Merge pull request #7756 from lioncash/service
service: Update function tables
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r--src/core/hle/service/am/omm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/omm.cpp b/src/core/hle/service/am/omm.cpp
index 55de67e1d..6da9b9f58 100644
--- a/src/core/hle/service/am/omm.cpp
+++ b/src/core/hle/service/am/omm.cpp
@@ -37,6 +37,7 @@ OMM::OMM(Core::System& system_) : ServiceFramework{system_, "omm"} {
{25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"},
{26, nullptr, "GetOperationModeSystemInfo"},
{27, nullptr, "GetAppletFullAwakingSystemEvent"},
+ {28, nullptr, "CreateCradleFirmwareUpdater"},
};
// clang-format on