mirror of
https://github.com/zeldaret/ss
synced 2026-06-06 11:37:34 -04:00
One regswap and one thunk away
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
/* 80493760 */ static Archive *findArchive(NANDFileInfo *file);
|
||||
/* 804937f0 */ static void appendList(Archive *); // prob private
|
||||
/* 80493850 */ static void removeList(Archive *);
|
||||
/* 80493860 */ static Archive *mount(void *data, Heap *heap, s32 align);
|
||||
/* 80493860 */ static Archive *mount(void *data, Heap *heap, int align);
|
||||
/* 80493950 */ static Archive *mountFST(void *data, Heap *heap, s32 align);
|
||||
/* 80493a40 */ static Archive *mountNandFile(NANDFileInfo *, Heap *heap, s32 align);
|
||||
/* 80493ac0 */ static Archive *loadFST(const char *fileName, Heap *heap, s32 align);
|
||||
|
||||
@@ -20,7 +20,7 @@ public:
|
||||
/* 804947e0 */ static u8 *loadToMainRAM(DvdFile *file, u8 *dst, Heap *heap, EAllocDirection allocDir, u32 offset,
|
||||
u32 *amountRead, u32 *fileSize);
|
||||
/* 804949b0 */ static void *loadToMainRAMDecomp(DvdFile *file, StreamDecomp *decompressor, u8 *dst, Heap *heap,
|
||||
EAllocDirection allocDir, u32 offset, s32 size, u32 maxChunkSize, u32 *amountRead, u32 *fileSize);
|
||||
EAllocDirection allocDir, s32 offset, u32 size, u32 maxChunkSize, u32 *amountRead, u32 *fileSize);
|
||||
|
||||
public:
|
||||
/* 80574ed0 */ static bool sErrorRetry;
|
||||
|
||||
Reference in New Issue
Block a user