mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
Services/NIM: Implement CheckForSysUpdateEvent.
Implementation verified by reverse engineering. This lets the Home Menu boot without crashing on startup.
This commit is contained in:
parent
6706b1994e
commit
ded3089f66
3 changed files with 29 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue