PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
freepad.c File Reference
#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
 

Detailed Description

IOP pad driver

Definition in file freepad.c.

Function Documentation

◆ ParseParams()

static int ParseParams ( int  argc,
char *  argv[] 
)
static

Definition at line 38 of file freepad.c.

◆ _start()

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

Definition at line 101 of file freepad.c.

◆ WaitClearEvent()

void WaitClearEvent ( int  eventflag,
u32  bits,
int  mode,
u32 *  resbits_out 
)

Definition at line 134 of file freepad.c.

Variable Documentation

◆ padman_init

int padman_init
extern

Definition at line 36 of file padInit.c.

◆ thpri_hi

int thpri_hi
extern

Definition at line 38 of file padInit.c.

◆ thpri_lo

int thpri_lo
extern

Definition at line 39 of file padInit.c.

◆ vblank_end

int vblank_end
extern

Definition at line 42 of file padInit.c.