RetroArch
|
#include <stdio.h>
#include <string.h>
#include <pspdebug.h>
#include <pspsdk.h>
#include <pspctrl.h>
#include <psploadexec_kernel.h>
#include <pspthreadman_kernel.h>
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 |
int module_stop | ( | void | ) |
PSP_MAIN_THREAD_ATTR | ( | 0 | ) |
PSP_MODULE_INFO | ( | "kernel_functions" | , |
PSP_MODULE_KERNEL | , | ||
0 | , | ||
0 | |||
) |
unsigned int read_system_buttons | ( | void | ) |
|
static |
|
static |
|
static |