Fix some headers and missing prototypes

This commit is contained in:
dbalatoni13 2025-04-01 06:27:29 +02:00
parent 2daa9db49a
commit 77635b51e3
11 changed files with 69 additions and 30 deletions

View file

@ -17,7 +17,7 @@
#include "dolphin/types.h"
typedef struct data_read_stat {
struct data_read_stat {
s32 dir_id;
void *dir;
void *file;
@ -27,7 +27,7 @@ typedef struct data_read_stat {
s32 num;
u32 status;
DVDFileInfo file_info;
} DataReadStat;
};
void HuDataInit(void);
s32 HuDataReadChk(s32 data_num);
@ -56,4 +56,4 @@ void HuDecodeData(void *src, void *dst, u32 size, s32 decode_type);
extern u32 DirDataSize;
#endif
#endif