Files
tp/libs/JSystem/JKernel/JKRArchivePri.cpp
T
Jonathan Wase fb1217e3f9 Types and functions for JKRThread, JKRFile, JKRDvdFile, JKRFileCache... (#17)
* 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.
2020-12-05 12:45:10 -05:00

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