mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
service/am: Update omm function tables
This commit is contained in:
parent
1a50cb9468
commit
aa0d0e91a0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ OMM::OMM(Core::System& system_) : ServiceFramework{system_, "omm"} {
|
||||||
{25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"},
|
{25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"},
|
||||||
{26, nullptr, "GetOperationModeSystemInfo"},
|
{26, nullptr, "GetOperationModeSystemInfo"},
|
||||||
{27, nullptr, "GetAppletFullAwakingSystemEvent"},
|
{27, nullptr, "GetAppletFullAwakingSystemEvent"},
|
||||||
|
{28, nullptr, "CreateCradleFirmwareUpdater"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue