mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 09:55:11 -04:00
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:
+2
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user