JKRArchive (#63)

* JKRArchivePri OK

* JKRArchivePub OK

* formatting

* removed unused asm files and tried to fixed setExpandSize and getExpandSize

Co-authored-by: Julgodis <>
This commit is contained in:
Jonathan Wase
2021-01-04 18:20:45 -05:00
committed by GitHub
co-authored by Julgodis <>
parent 7215cc6a51
commit b9ef1d7f4a
70 changed files with 705 additions and 1618 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ asm void JKRCompArchive::open(long) {
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D89BC.s"
}
asm void JKRCompArchive::fetchResource(JKRArchive::SDIFileEntry*, u32*) {
asm void* JKRCompArchive::fetchResource(SDIFileEntry*, u32*) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D8F40.s"
}
asm void JKRCompArchive::fetchResource(void*, u32, JKRArchive::SDIFileEntry*, u32*) {
asm void* JKRCompArchive::fetchResource(void*, u32, SDIFileEntry*, u32*) {
nofralloc
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D90C0.s"
}