mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
58fc83c4f8
* m_Do_Reset: split and (some) decomp decompiles: - my_OSCancelAlarmAll() - destroyVideo() * mDoRst::reset(): decompile, plus some supporting code * split DVD* functions to dvd.h * mDoRst::resetCallBack(): decompile
40 lines
983 B
C++
40 lines
983 B
C++
#include "JSystem/JKernel/JKRFileFinder/JKRFileFinder.h"
|
|
#include "dvd/dvd.h"
|
|
#include "global.h"
|
|
|
|
asm JKRArcFinder::JKRArcFinder(JKRArchive *, long, long) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D4638.s"
|
|
}
|
|
|
|
asm bool JKRArcFinder::findNextFile(void) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D46C4.s"
|
|
}
|
|
|
|
asm JKRDvdFinder::JKRDvdFinder(char const *) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D4770.s"
|
|
}
|
|
|
|
asm JKRDvdFinder:: ~JKRDvdFinder() {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D47F4.s"
|
|
}
|
|
|
|
asm bool JKRDvdFinder::findNextFile(void) {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D4874.s"
|
|
}
|
|
|
|
asm JKRFileFinder::~JKRFileFinder() {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D4910.s"
|
|
}
|
|
|
|
asm JKRArcFinder::~JKRArcFinder() {
|
|
nofralloc
|
|
#include "JSystem/JKernel/JKRFileFinder/asm/func_802D4958.s"
|
|
}
|
|
|