mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	service/erpt: Update function table
Updates the function table according to information provided by SwitchBrew.
This commit is contained in:
		| @@ -17,11 +17,13 @@ public: | ||||
|         static const FunctionInfo functions[] = { | ||||
|             {0, nullptr, "SubmitContext"}, | ||||
|             {1, nullptr, "CreateReport"}, | ||||
|             {2, nullptr, "Unknown1"}, | ||||
|             {3, nullptr, "Unknown2"}, | ||||
|             {4, nullptr, "Unknown3"}, | ||||
|             {5, nullptr, "Unknown4"}, | ||||
|             {6, nullptr, "Unknown5"}, | ||||
|             {2, nullptr, "SetInitialLaunchSettingsCompletionTime"}, | ||||
|             {3, nullptr, "ClearInitialLaunchSettingsCompletionTime"}, | ||||
|             {4, nullptr, "UpdatePowerOnTime"}, | ||||
|             {5, nullptr, "UpdateAwakeTime"}, | ||||
|             {6, nullptr, "SubmitMultipleCategoryContext"}, | ||||
|             {7, nullptr, "UpdateApplicationLaunchTime"}, | ||||
|             {8, nullptr, "ClearApplicationLaunchTime"}, | ||||
|         }; | ||||
|         // clang-format on | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash