Files
tp/libs/JSystem/JKernel/JKRDecomp.cpp
T
Jonathan Wase 86f892c3d3 JKernel (#20)
* JKRDvdArchive.s split

* JKRMemArchive.s split

* JKRAramArchive.s split

* JKRCompArchive.s split

* JKRDecomp.s split

* JKRDvdRipper.s split

* JKRAramBlock.s split

* JKRAramHeap.s split

* JKRAramPiece.s split

* JKRAramStream.s split

* removed unused .s files

* JKRDvdAramRipper.s split

* JKRAram.s split

* cleanup and making vtables easier to debug

* fixed merge errors

* fixed JKRFileLoader::fetchVolumeName

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-12-06 15:02:25 -05:00

79 lines
1.9 KiB
C++

#include "JSystem/JKernel/JKRDecomp/JKRDecomp.h"
#include "global.h"
asm void JKRDecomp::create(long) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB680.s"
}
asm JKRDecomp::JKRDecomp(long) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB6E0.s"
}
asm JKRDecomp::~JKRDecomp(void) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB730.s"
}
asm void* JKRDecomp::run(void) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB790.s"
}
asm void JKRDecomp::prepareCommand(u8 *, u8 *, u32, u32, void (*)(u32)) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB858.s"
}
asm void JKRDecomp::sendCommand(JKRDecompCommand *) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB8D0.s"
}
asm void JKRDecomp::orderAsync(u8 *, u8 *, u32, u32, void (*)(u32)) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB900.s"
}
asm void JKRDecomp::sync(JKRDecompCommand *, int) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB934.s"
}
asm void JKRDecomp::orderSync(u8 *, u8 *, u32, u32) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB988.s"
}
asm void JKRDecomp::decode(u8 *, u8 *, u32, u32) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DB9DC.s"
}
asm void JKRDecomp::decodeSZP(u8 *, u8 *, u32, u32) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DBA58.s"
}
asm void JKRDecomp::decodeSZS(u8 *, u8 *, u32, u32) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DBC14.s"
}
asm void JKRDecomp::checkCompressed(u8 *) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DBCF8.s"
}
asm JKRDecompCommand::JKRDecompCommand(void) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DBD70.s"
}
asm JKRDecompCommand::~JKRDecompCommand(void) {
nofralloc
#include "JSystem/JKernel/JKRDecomp/asm/func_802DBDC0.s"
}