|
PS2SDK
PS2 Homebrew Libraries
|
#include "irx.h"#include "types.h"#include "ctype.h"#include "stdio.h"#include "loadcore.h"#include "sysclib.h"#include "sysmem.h"#include "thevent.h"#include "thbase.h"#include "rpcserver.h"#include "freepad.h"
Include dependency graph for freepad.c:Go to the source code of this file.
Functions | |
| IRX_ID ("padman", 3, 6) | |
| static int | ParseParams (int argc, char *argv[]) |
| int | _start (int argc, char *argv[]) |
| void | WaitClearEvent (int eventflag, u32 bits, int mode, u32 *resbits_out) |
Variables | |
| struct irx_export_table | _exp_padman |
| int | padman_init |
| int | thpri_hi |
| int | thpri_lo |
| int | vblank_end |
IOP pad driver
Definition in file freepad.c.
| void WaitClearEvent | ( | int | eventflag, |
| u32 | bits, | ||
| int | mode, | ||
| u32 * | resbits_out ) |