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
This commit is contained in:
Erin Moon
2020-12-25 19:59:52 -06:00
committed by GitHub
parent 22bda03652
commit 58fc83c4f8
37 changed files with 383 additions and 287 deletions
+2 -1
View File
@@ -19,7 +19,7 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/m/Do/m_Do_mtx.o \
$(BUILD_DIR)/asm/m/Do/m_Do_ext.o \
$(BUILD_DIR)/asm/m/Do/m_Do_lib.o \
$(BUILD_DIR)/asm/m/Do/m_Do_Reset.o \
$(BUILD_DIR)/src/m_Do/m_Do_Reset.o \
$(BUILD_DIR)/asm/m/Do/dvd/m_Do_dvd_thread.o \
$(BUILD_DIR)/asm/m/Do/m_Do_DVDError.o \
$(BUILD_DIR)/asm/m/Do/m_Do_MemCard.o \
@@ -485,6 +485,7 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/JUtility/JUTDirectPrint.o \
$(BUILD_DIR)/asm/JUtility/JUTAssert.o \
$(BUILD_DIR)/asm/JUtility/JUTVideo.o \
$(BUILD_DIR)/libs/JSystem/JUtility/JUTXfb.o \
$(BUILD_DIR)/asm/JUtility/JUTXfb.o \
$(BUILD_DIR)/asm/JUtility/JUTFader.o \
$(BUILD_DIR)/asm/JUtility/JUTProcBar.o \