mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
co-authored by
Julgodis <>
parent
7215cc6a51
commit
b9ef1d7f4a
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user