PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
short | length |
unsigned int | fileLBA |
unsigned int | fileLBA_bigend |
unsigned int | fileSize |
unsigned int | fileSize_bigend |
unsigned char | dateStamp [6] |
unsigned char | reserved1 |
unsigned char | fileProperties |
unsigned char | reserved2 [6] |
unsigned char | filenameLength |
char | filename [128] |
Definition at line 13 of file cdfs_iop.c.
short DirTocEntry::length |
Definition at line 15 of file cdfs_iop.c.
unsigned int DirTocEntry::fileLBA |
Definition at line 16 of file cdfs_iop.c.
unsigned int DirTocEntry::fileLBA_bigend |
Definition at line 17 of file cdfs_iop.c.
unsigned int DirTocEntry::fileSize |
Definition at line 18 of file cdfs_iop.c.
unsigned int DirTocEntry::fileSize_bigend |
Definition at line 19 of file cdfs_iop.c.
unsigned char DirTocEntry::dateStamp[6] |
Definition at line 20 of file cdfs_iop.c.
unsigned char DirTocEntry::reserved1 |
Definition at line 21 of file cdfs_iop.c.
unsigned char DirTocEntry::fileProperties |
Definition at line 22 of file cdfs_iop.c.
unsigned char DirTocEntry::reserved2[6] |
Definition at line 23 of file cdfs_iop.c.
unsigned char DirTocEntry::filenameLength |
Definition at line 24 of file cdfs_iop.c.
char DirTocEntry::filename[128] |
Definition at line 25 of file cdfs_iop.c.