RetroArch
Functions | Variables
main.c File Reference
#include <stdio.h>
#include <string.h>
#include <pspdebug.h>
#include <pspsdk.h>
#include <pspctrl.h>
#include <psploadexec_kernel.h>
#include <pspthreadman_kernel.h>
Include dependency graph for main.c:

Functions

 PSP_MODULE_INFO ("kernel_functions", PSP_MODULE_KERNEL, 0, 0)
 
 PSP_MAIN_THREAD_ATTR (0)
 
static int main_thread (SceSize args, void *argp)
 
unsigned int read_system_buttons (void)
 
void exitspawn_kernel (const char *fileName, SceSize args, void *argp)
 
int module_start (SceSize args, void *argp)
 
int module_stop (void)
 

Variables

static volatile int thread_active
 
static unsigned int buttons
 
static SceUID main_thread_id
 

Function Documentation

◆ exitspawn_kernel()

void exitspawn_kernel ( const char *  fileName,
SceSize  args,
void argp 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main_thread()

static int main_thread ( SceSize  args,
void argp 
)
static
Here is the caller graph for this function:

◆ module_start()

int module_start ( SceSize  args,
void argp 
)
Here is the call graph for this function:

◆ module_stop()

int module_stop ( void  )

◆ PSP_MAIN_THREAD_ATTR()

PSP_MAIN_THREAD_ATTR ( )

◆ PSP_MODULE_INFO()

PSP_MODULE_INFO ( "kernel_functions"  ,
PSP_MODULE_KERNEL  ,
,
 
)

◆ read_system_buttons()

unsigned int read_system_buttons ( void  )
Here is the caller graph for this function:

Variable Documentation

◆ buttons

unsigned int buttons
static

◆ main_thread_id

SceUID main_thread_id
static

◆ thread_active

volatile int thread_active
static