mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -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:
+7
-1
@@ -107,7 +107,7 @@ extern "C" {
|
||||
void OSSetSoundMode(OSSoundMode mode);
|
||||
|
||||
void OSReportInit(void);
|
||||
void OSAttention(char *msg);
|
||||
void OSAttention(char *msg, ...);
|
||||
void OSPanic(char *file, s32 line, char* fmt, ...);
|
||||
void OSReport(char *fmt, ...);
|
||||
void OSReport_Error(char* fmt, ...);
|
||||
@@ -143,6 +143,12 @@ extern "C" {
|
||||
s32 OSDisableInterrupts();
|
||||
s32 OSEnableInterrupts();
|
||||
s32 OSRestoreInterrupts(s32 level);
|
||||
|
||||
void OSResetSystem(s32 param_1, u32 param_2, s32 param_3);
|
||||
|
||||
void OSSetSaveRegion(void* start, void* end);
|
||||
|
||||
void LCDisable(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user