mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	omm: Update service function tables
Updated based off information provided by Switchbrew.
This commit is contained in:
		| @@ -17,22 +17,24 @@ OMM::OMM() : ServiceFramework{"omm"} { | ||||
|         {5, nullptr, "GetCradleStatus"}, | ||||
|         {6, nullptr, "FadeInDisplay"}, | ||||
|         {7, nullptr, "FadeOutDisplay"}, | ||||
|         {8, nullptr, "Unknown1"}, | ||||
|         {9, nullptr, "Unknown2"}, | ||||
|         {10, nullptr, "Unknown3"}, | ||||
|         {11, nullptr, "Unknown4"}, | ||||
|         {12, nullptr, "Unknown5"}, | ||||
|         {13, nullptr, "Unknown6"}, | ||||
|         {14, nullptr, "Unknown7"}, | ||||
|         {15, nullptr, "Unknown8"}, | ||||
|         {16, nullptr, "Unknown9"}, | ||||
|         {17, nullptr, "Unknown10"}, | ||||
|         {18, nullptr, "Unknown11"}, | ||||
|         {19, nullptr, "Unknown12"}, | ||||
|         {20, nullptr, "Unknown13"}, | ||||
|         {21, nullptr, "Unknown14"}, | ||||
|         {22, nullptr, "Unknown15"}, | ||||
|         {23, nullptr, "Unknown16"}, | ||||
|         {8, nullptr, "GetCradleFwVersion"}, | ||||
|         {9, nullptr, "NotifyCecSettingsChanged"}, | ||||
|         {10, nullptr, "SetOperationModePolicy"}, | ||||
|         {11, nullptr, "GetDefaultDisplayResolution"}, | ||||
|         {12, nullptr, "GetDefaultDisplayResolutionChangeEvent"}, | ||||
|         {13, nullptr, "UpdateDefaultDisplayResolution"}, | ||||
|         {14, nullptr, "ShouldSleepOnBoot"}, | ||||
|         {15, nullptr, "NotifyHdcpApplicationExecutionStarted"}, | ||||
|         {16, nullptr, "NotifyHdcpApplicationExecutionFinished"}, | ||||
|         {17, nullptr, "NotifyHdcpApplicationDrawingStarted"}, | ||||
|         {18, nullptr, "NotifyHdcpApplicationDrawingFinished"}, | ||||
|         {19, nullptr, "GetHdcpAuthenticationFailedEvent"}, | ||||
|         {20, nullptr, "GetHdcpAuthenticationFailedEmulationEnabled"}, | ||||
|         {21, nullptr, "SetHdcpAuthenticationFailedEmulation"}, | ||||
|         {22, nullptr, "GetHdcpStateChangeEvent"}, | ||||
|         {23, nullptr, "GetHdcpState"}, | ||||
|         {24, nullptr, "ShowCardUpdateProcessing"}, | ||||
|         {25, nullptr, "SetApplicationCecSettingsAndNotifyChanged"}, | ||||
|     }; | ||||
|     // clang-format on | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash