mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
fb1217e3f9
* Added JSUListIterator and decompiled JKRHeap::dispose_subroutine * JKRDisposer! * only 4 functions not OK in JKRHeap * JKRThread asm functions * more JKRThread * JKRThreadSwitch * JKRThread::JKRThread * More JKRTHread functions and vtable * fixed bad merge * update JKRThread and JKRThreadSwitch to use new virtual inheritance * save before asmsplit.py script * JKRFile * JKRDvdFile * JKRFileCache * JKRFileFinder * JKRFileLoader * JKRAssertHeap * JKRExpHeap * JKRSolidHeap * fixed type and functions definitions * JKRArchive (Pub) * missed file * JKRArchive * forgot obj_files.mk * fixed merge error and class members * class members * removed unused asm files * added names to global variables * class members for JKRHeap, JKRExpHeap, JKRSolidHeap, and JKRFileCache.
79 lines
2.1 KiB
C++
79 lines
2.1 KiB
C++
#include "JSystem/JKernel/JKRArchive/JKRArchive.h"
|
|
#include "global.h"
|
|
|
|
asm JKRArchive::JKRArchive(long, JKRArchive::EMountMode) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6294.s"
|
|
}
|
|
|
|
asm JKRArchive::~JKRArchive() {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6334.s"
|
|
}
|
|
|
|
asm void JKRArchive::isSameName(JKRArchive::CArcName&, u32, unsigned short) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6394.s"
|
|
}
|
|
|
|
asm void JKRArchive::findResType(u32) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D63E0.s"
|
|
}
|
|
|
|
asm void JKRArchive::findDirectory(char const*, u32) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D641C.s"
|
|
}
|
|
|
|
asm void JKRArchive::findTypeResource(u32, char const*) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D64F4.s"
|
|
}
|
|
|
|
asm void JKRArchive::findFsResource(char const*, u32) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D65A4.s"
|
|
}
|
|
|
|
asm void JKRArchive::findIdxResource(u32) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6684.s"
|
|
}
|
|
|
|
asm void JKRArchive::findNameResource(char const*) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D66AC.s"
|
|
}
|
|
|
|
asm void JKRArchive::findPtrResource(void const*) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6734.s"
|
|
}
|
|
|
|
asm void JKRArchive::findIdResource(unsigned short) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6770.s"
|
|
}
|
|
|
|
asm void JKRArchive::CArcName::store(char const*) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D67F4.s"
|
|
}
|
|
|
|
asm const char* JKRArchive::CArcName::store(char const*, char) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6884.s"
|
|
}
|
|
|
|
#if 0
|
|
asm void JKRArchive::setExpandSize(JKRArchive::SDIFileEntry*, u32) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D693C.s"
|
|
}
|
|
|
|
asm void JKRArchive::getExpandSize(JKRArchive::SDIFileEntry*) const {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRArchive/asm/func_802D6978.s"
|
|
}
|
|
#endif
|