|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libhdd.h>
Data Fields | |
| char | name [32] |
| char | filename [40] |
| u32 | size |
| int | formatted |
| u32 | freeSpace |
| int | fileSystemGroup |
| char t_hddFilesystem::filename[40] |
Filename which can be used with fXioMount
Definition at line 43 of file libhdd.h.
Referenced by hddExpandFilesystem(), and hddRemoveFilesystem().
| int t_hddFilesystem::fileSystemGroup |
Filesystem group (either system, common or application)
Definition at line 51 of file libhdd.h.
Referenced by hddGetFilesystemList().
| int t_hddFilesystem::formatted |
1 if filesystem is formatted, 0 otherwise
Definition at line 47 of file libhdd.h.
Referenced by hddGetFilesystemList().
| u32 t_hddFilesystem::freeSpace |
Reported free space, in mega-bytes
Definition at line 49 of file libhdd.h.
Referenced by hddGetFilesystemList().
| u32 t_hddFilesystem::size |
Total filesystem size, in mega-bytes
Definition at line 45 of file libhdd.h.
Referenced by hddGetFilesystemList().