Services/NIM: Implement CheckForSysUpdateEvent.

Implementation verified by reverse engineering.
This lets the Home Menu boot without crashing on startup.
This commit is contained in:
Subv
2017-09-30 13:19:58 -05:00
parent afb1012bcd
commit 5bae5a48b9
3 changed files with 29 additions and 2 deletions

View File

@ -10,6 +10,17 @@ class Interface;
namespace NIM {
/**
* NIM::CheckForSysUpdateEvent service function
* Inputs:
* 1 : None
* Outputs:
* 1 : Result of function, 0 on success, otherwise error code
* 2 : Copy handle descriptor
* 3 : System Update event handle
*/
void CheckForSysUpdateEvent(Service::Interface* self);
/**
* NIM::CheckSysUpdateAvailable service function
* Inputs: