PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
rom0_info.c File Reference
#include <rom0_info.h>
#include "fileio.h"
+ Include dependency graph for rom0_info.c:

Go to the source code of this file.

Macros

#define NEWLIB_PORT_AWARE
 
#define defaultIODriver   { (void *)fioOpen, fioClose, fioRead, FIO_O_RDONLY }
 

Variables

char g_RomName []
 

Detailed Description

PS2 ROM0 Info. Some useful method for extracting info from ROM0

Definition in file rom0_info.c.

Macro Definition Documentation

◆ NEWLIB_PORT_AWARE

#define NEWLIB_PORT_AWARE

Definition at line 20 of file rom0_info.c.

◆ defaultIODriver

#define defaultIODriver   { (void *)fioOpen, fioClose, fioRead, FIO_O_RDONLY }

Definition at line 23 of file rom0_info.c.