* JKRDvdArchive.s split

* JKRMemArchive.s split

* JKRAramArchive.s split

* JKRCompArchive.s split

* JKRDecomp.s split

* JKRDvdRipper.s split

* JKRAramBlock.s split

* JKRAramHeap.s split

* JKRAramPiece.s split

* JKRAramStream.s split

* removed unused .s files

* JKRDvdAramRipper.s split

* JKRAram.s split

* cleanup and making vtables easier to debug

* fixed merge errors

* fixed JKRFileLoader::fetchVolumeName

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
Jonathan Wase
2020-12-06 21:02:25 +01:00
committed by GitHub
parent 481c458e8d
commit ff2faa9804
201 changed files with 9912 additions and 8262 deletions
+43 -1
View File
@@ -1 +1,43 @@
// ok
#include "JSystem/JKernel/JKRCompArchive/JKRCompArchive.h"
#include "global.h"
asm JKRCompArchive::JKRCompArchive(long, JKRArchive::EMountDirection) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D87D4.s"
}
asm JKRCompArchive::~JKRCompArchive(void) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D887C.s"
}
asm void JKRCompArchive::open(long) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D89BC.s"
}
asm void JKRCompArchive::fetchResource(JKRArchive::SDIFileEntry *, u32 *) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D8F40.s"
}
asm void JKRCompArchive::fetchResource(void *, u32, JKRArchive::SDIFileEntry *, u32 *) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D90C0.s"
}
asm void JKRCompArchive::removeResourceAll(void) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D9260.s"
}
asm void JKRCompArchive::removeResource(void *) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D92F4.s"
}
asm void JKRCompArchive::getExpandedResSize(void const *) const {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D9360.s"
}