Decompile all but HuDataReadNumHeapShortForce

This commit is contained in:
gamemasterplc 2023-11-24 13:56:18 -06:00
parent 7dbf748078
commit 0079229b08
6 changed files with 177 additions and 151 deletions

View file

@ -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