Files
tp/libs/JSystem/JKernel/JKRFileFinder.cpp
T
Erin Moon 58fc83c4f8 m_Do_Reset: OK (#35)
* 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
2020-12-25 20:59:52 -05:00

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"
}