Line 31:
Line 31:
|-
|-
|SYSRelaunchTitle
|SYSRelaunchTitle
−
|void SYSRelaunchTitle(u32 argc, char * pa_Argv[]);
+
|void SYSRelaunchTitle(uint32_t argc, char *pa_Argv[]);
|Restart your current App(browser)with new arguments after _Exit call
|Restart your current App(browser)with new arguments after _Exit call
|-
|-
Line 39:
Line 39:
|-
|-
|SYSLaunchTitle
|SYSLaunchTitle
−
|void SYSLaunchTitle(u64 TitleId);
+
|void SYSLaunchTitle(uint64_t TitleId);
|Sys will lauch the Title after _Exit call
|Sys will lauch the Title after _Exit call
|-
|-