Fix all the warning in the PSPSDK samples

This commit is contained in:
Francisco Javier Trujillo Mata
2025-06-07 16:31:55 +02:00
parent 2a19c50015
commit c665eedbf2
14 changed files with 42 additions and 29 deletions

View File

@@ -114,7 +114,9 @@ SceUID sceKernelLoadModuleBufferUsbWlan(SceSize bufsize, void *buf, int flags, S
* @param status - Returns the status of the start.
* @param option - Pointer to an optional ::SceKernelSMOption structure.
*
* @return ??? on success, otherwise one of ::PspKernelErrorCodes.
* @return modID (modID > 0) UID of the module that was started and made resident,
* 0 on success for modules that don't need to be made resident,
* otherwise one of ::PspKernelErrorCodes.
*/
int sceKernelStartModule(SceUID modid, SceSize argsize, void *argp, int *status, SceKernelSMOption *option);