summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/omm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/omm.cpp')
-rw-r--r--src/core/hle/service/am/omm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/omm.cpp b/src/core/hle/service/am/omm.cpp
index 6ab3fb906..37389ccda 100644
--- a/src/core/hle/service/am/omm.cpp
+++ b/src/core/hle/service/am/omm.cpp
@@ -35,6 +35,8 @@ OMM::OMM() : ServiceFramework{"omm"} {
{23, nullptr, "GetHdcpState"},
{24, nullptr, "ShowCardUpdateProcessing"},
{25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"},
+ {26, nullptr, "GetOperationModeSystemInfo"},
+ {27, nullptr, "GetAppletFullAwakingSystemEvent"},
};
// clang-format on