diff options
author | Max <mparisi@stevens.edu> | 2020-10-27 20:00:40 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-27 20:00:40 -0400 |
commit | 3512ee2e095d0aaa663b2feea4781f5199139d8f (patch) | |
tree | 6332fe753bc83b974b1849adecc1d6c1c730674a /include/SDK/DVD/dvdfs.h | |
parent | dfcd7d75a33c3706f0c0f3e58efd564fc578d8ec (diff) |
match up to func_801DCE38
Diffstat (limited to 'include/SDK/DVD/dvdfs.h')
-rw-r--r-- | include/SDK/DVD/dvdfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDK/DVD/dvdfs.h b/include/SDK/DVD/dvdfs.h index 0067c68..7be2c08 100644 --- a/include/SDK/DVD/dvdfs.h +++ b/include/SDK/DVD/dvdfs.h @@ -12,7 +12,7 @@ typedef void (*DVDCallback)(s32 result, DVDFileInfo* fileInfo); struct DVDFileInfo
{
u8 unk0[0x34];
- u32 unk34;
+ size_t unk34;
u8 unk38[0x8];
void (*unk40)(s32, void*); // TODO: not a DVDFileCallback bc an unkClass* is passed as 2nd param?
void* unk44; //data cache start addr to invalidate
|