mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	service/erpt: Update function table
Updates the function table according to information provided by SwitchBrew.
This commit is contained in:
		
							parent
							
								
									7ce17b2cf6
								
							
						
					
					
						commit
						f933b3370e
					
				@ -17,11 +17,13 @@ public:
 | 
				
			|||||||
        static const FunctionInfo functions[] = {
 | 
					        static const FunctionInfo functions[] = {
 | 
				
			||||||
            {0, nullptr, "SubmitContext"},
 | 
					            {0, nullptr, "SubmitContext"},
 | 
				
			||||||
            {1, nullptr, "CreateReport"},
 | 
					            {1, nullptr, "CreateReport"},
 | 
				
			||||||
            {2, nullptr, "Unknown1"},
 | 
					            {2, nullptr, "SetInitialLaunchSettingsCompletionTime"},
 | 
				
			||||||
            {3, nullptr, "Unknown2"},
 | 
					            {3, nullptr, "ClearInitialLaunchSettingsCompletionTime"},
 | 
				
			||||||
            {4, nullptr, "Unknown3"},
 | 
					            {4, nullptr, "UpdatePowerOnTime"},
 | 
				
			||||||
            {5, nullptr, "Unknown4"},
 | 
					            {5, nullptr, "UpdateAwakeTime"},
 | 
				
			||||||
            {6, nullptr, "Unknown5"},
 | 
					            {6, nullptr, "SubmitMultipleCategoryContext"},
 | 
				
			||||||
 | 
					            {7, nullptr, "UpdateApplicationLaunchTime"},
 | 
				
			||||||
 | 
					            {8, nullptr, "ClearApplicationLaunchTime"},
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        // clang-format on
 | 
					        // clang-format on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user