Decompile pakSaveHeaderToCache

This commit is contained in:
Ryan Dwyer
2021-09-19 00:08:07 +10:00
parent a56d460e56
commit baabe77b76
4 changed files with 59 additions and 433 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ u32 pak0f11a7dc(void);
u32 pak0f11a8f4(void);
u32 pak0f11ac7c(void);
void pakWipe(s8 device, u32 start, u32 end);
void pak0f11b178(s8 device, u32 arg1, u8 *arg2);
void pakSaveHeaderToCache(s8 device, s32 alignmult, struct pakfileheader *header);
bool pakRetrieveHeaderFromCache(s8 device, s32 alignmult, struct pakfileheader *header);
s32 pakScrub(s8 device);
bool pak0f11b75c(s8 device, u32 *arg1);
+1 -1
View File
@@ -5021,7 +5021,7 @@ struct pakdata {
};
struct pakheadercache {
u32 alignmult;
s32 alignmult;
u8 payload[0x20];
};