Fix GCC compilation samples

This commit is contained in:
Francisco Javier Trujillo Mata
2025-06-06 11:34:31 +02:00
parent 04778c12a8
commit b48adcf13c

View File

@@ -30,7 +30,7 @@ PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREAD_ATTR_VFPU);
#define setBackColor pspDebugScreenSetBackColor #define setBackColor pspDebugScreenSetBackColor
/* Exit callback */ /* Exit callback */
int exit_callback() int exit_callback(int count, int arg, void *argp)
{ {
sceKernelExitGame(); sceKernelExitGame();