mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 15:21:08 -04:00
82d5e0f796
* before __register_global_object * JKRThread::sThreadList, JKRHeap::sSystemHeap, etc. * cleanup and started on JKRDvdArchive * before changing JKRCompression * more JKRDvdArchive, abs, and memset * fixed JKRArchive::setExpandSize split * JKRArchive::sCurrentDirID, JKRDvdFile::sDvdList, and matching JKRDvdFile constructors * problems * merge fixes and formatting * updated clang version in clang-format-all to version 10 * Added OSPhysicalToCached and struct for global memory * remove useless __attribute__ * changed from defines and macros to const variable and function * changed FLAG_HAS to FLAG_ON * JKRAram, linking problems * fix JKRAram * remove nonmatching stuff * renamed static data * more static class members * JKRAramStream OK * formatting Co-authored-by: Julgodis <> Co-authored-by: Pheenoh <pheenoh@gmail.com>
43 lines
1.1 KiB
C++
43 lines
1.1 KiB
C++
#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(SDIFileEntry*, u32*) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D8F40.s"
|
|
}
|
|
|
|
asm void* JKRCompArchive::fetchResource(void*, u32, 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 bool JKRCompArchive::removeResource(void*) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D92F4.s"
|
|
}
|
|
|
|
asm u32 JKRCompArchive::getExpandedResSize(void const*) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRCompArchive/asm/func_802D9360.s"
|
|
}
|