PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Functions | |
int | mtapInit (void) |
int | mtapPortOpen (int port) |
int | mtapPortClose (int port) |
int | mtapGetConnection (int port) |
Functions to provide access to multi-taps.
Definition in file libmtap.h.
int mtapInit | ( | void | ) |
int mtapPortOpen | ( | int | port | ) |
int mtapPortClose | ( | int | port | ) |
int mtapGetConnection | ( | int | port | ) |
Checks if a multitap is connected to an opened port.
port | is the port to be checked. |
Definition at line 87 of file libmtap.c.
Referenced by pad_open().