service/am: Update omm function tables

master
Lioncash 2022-01-21 15:40:08 +07:00
parent a271cf89cf
commit 29e3636e0a
1 changed files with 1 additions and 0 deletions

@ -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