|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file: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.
| struct _io_driver |
Definition at line 24 of file rom0_info.h.
| Data Fields | ||
|---|---|---|
| int(*)(const char *name, int flags,...) | open | |
| int(*)(int fd) | close | |
| int(*)(int fd, void *buf, int nbyte) | read | |
| int | openFlags | |
|
extern |
check whether the PlayStation 2 is actually a DESR-XXXX machine
|
extern |
check whether the PlayStation 2 is actually a TOOL DTL-T10000(H)
|
extern |
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().