mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Fix GCC compilation samples
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user