PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Data Structures | |
struct | _io_driver |
Functions | |
int | IsDESRMachine (void) |
int | IsDESRMachineWithIODriver (_io_driver *driver) |
int | IsT10K (void) |
int | IsT10KWithIODriver (_io_driver *driver) |
char * | GetRomName (char *romname) |
char * | GetRomNameWithIODriver (char *romname, _io_driver *driver) |
PS2 ROM0 Info. Some useful method for extracting info from ROM0
Definition in file rom0_info.h.
int IsDESRMachine | ( | void | ) |
check whether the PlayStation 2 is actually a DESR-XXXX machine
int IsT10K | ( | void | ) |
check whether the PlayStation 2 is actually a TOOL DTL-T10000(H)
char * GetRomName | ( | char * | romname | ) |
gets the romname from the current ps2 14 chars - doesnt set a null terminator
romname | buffer to hold romname (14 chars long) |
Referenced by graph_get_region(), and graph_set_mode().