omm: Update service function tables

Updated based off information provided by Switchbrew.
This commit is contained in:
Lioncash 2018-10-19 04:04:58 -04:00
parent 4f52800822
commit 2b9fd23058

View file

@ -17,22 +17,24 @@ OMM::OMM() : ServiceFramework{"omm"} {
{5, nullptr, "GetCradleStatus"}, {5, nullptr, "GetCradleStatus"},
{6, nullptr, "FadeInDisplay"}, {6, nullptr, "FadeInDisplay"},
{7, nullptr, "FadeOutDisplay"}, {7, nullptr, "FadeOutDisplay"},
{8, nullptr, "Unknown1"}, {8, nullptr, "GetCradleFwVersion"},
{9, nullptr, "Unknown2"}, {9, nullptr, "NotifyCecSettingsChanged"},
{10, nullptr, "Unknown3"}, {10, nullptr, "SetOperationModePolicy"},
{11, nullptr, "Unknown4"}, {11, nullptr, "GetDefaultDisplayResolution"},
{12, nullptr, "Unknown5"}, {12, nullptr, "GetDefaultDisplayResolutionChangeEvent"},
{13, nullptr, "Unknown6"}, {13, nullptr, "UpdateDefaultDisplayResolution"},
{14, nullptr, "Unknown7"}, {14, nullptr, "ShouldSleepOnBoot"},
{15, nullptr, "Unknown8"}, {15, nullptr, "NotifyHdcpApplicationExecutionStarted"},
{16, nullptr, "Unknown9"}, {16, nullptr, "NotifyHdcpApplicationExecutionFinished"},
{17, nullptr, "Unknown10"}, {17, nullptr, "NotifyHdcpApplicationDrawingStarted"},
{18, nullptr, "Unknown11"}, {18, nullptr, "NotifyHdcpApplicationDrawingFinished"},
{19, nullptr, "Unknown12"}, {19, nullptr, "GetHdcpAuthenticationFailedEvent"},
{20, nullptr, "Unknown13"}, {20, nullptr, "GetHdcpAuthenticationFailedEmulationEnabled"},
{21, nullptr, "Unknown14"}, {21, nullptr, "SetHdcpAuthenticationFailedEmulation"},
{22, nullptr, "Unknown15"}, {22, nullptr, "GetHdcpStateChangeEvent"},
{23, nullptr, "Unknown16"}, {23, nullptr, "GetHdcpState"},
{24, nullptr, "ShowCardUpdateProcessing"},
{25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"},
}; };
// clang-format on // clang-format on