zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_psp_main.c File Reference
#include "SDL_main.h"
#include <pspkernel.h>
#include <pspdebug.h>
#include <pspsdk.h>
#include <pspthreadman.h>
#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 
 PSP_MODULE_INFO ("SDL App", 0, 1, 1)
 
int sdl_psp_callback_thread (SceSize args, void *argp)
 
int sdl_psp_exit_callback (int arg1, int arg2, void *common)
 
int sdl_psp_setup_callbacks (void)
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 68 of file SDL_psp_main.c.

References SDL_main(), sdl_psp_setup_callbacks(), and SDL_SetMainReady().

PSP_MODULE_INFO ( "SDL App"  ,
,
,
 
)
int sdl_psp_callback_thread ( SceSize  args,
void argp 
)

Definition at line 48 of file SDL_psp_main.c.

References NULL, and sdl_psp_exit_callback().

Referenced by sdl_psp_setup_callbacks().

int sdl_psp_exit_callback ( int  arg1,
int  arg2,
void common 
)

Definition at line 42 of file SDL_psp_main.c.

Referenced by sdl_psp_callback_thread().

int sdl_psp_setup_callbacks ( void  )

Definition at line 58 of file SDL_psp_main.c.

References sdl_psp_callback_thread().

Referenced by main().