Decompile all but HuDataReadNumHeapShortForce
This commit is contained in:
parent
7dbf748078
commit
0079229b08
6 changed files with 177 additions and 151 deletions
|
|
@ -63,7 +63,7 @@ typedef struct file_list_entry {
|
|||
s32 file_id;
|
||||
} FileListEntry;
|
||||
|
||||
typedef struct data_stat {
|
||||
typedef struct data_read_stat {
|
||||
s32 dir_id;
|
||||
void *dir;
|
||||
void *file;
|
||||
|
|
@ -73,6 +73,6 @@ typedef struct data_stat {
|
|||
s32 num;
|
||||
u32 status;
|
||||
DVDFileInfo file_info;
|
||||
} DataStat;
|
||||
} DataReadStat;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue