diff options
| author | jdflyer <jdflyer10@gmail.com> | 2023-02-13 21:18:12 +0000 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2023-02-13 21:51:27 +0000 |
| commit | 5e8381337290de3b0dfa77c7cffae990a00046e1 (patch) | |
| tree | 965b117e7d201029bb383f871fac959993376189 /src/m_Do/m_Do_Reset.cpp | |
| parent | d5f5d4c3b334ee1d0390196f3a781350b41f84ad (diff) | |
m_Do cleanup and c_dylink process names
Diffstat (limited to 'src/m_Do/m_Do_Reset.cpp')
| -rw-r--r-- | src/m_Do/m_Do_Reset.cpp | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/src/m_Do/m_Do_Reset.cpp b/src/m_Do/m_Do_Reset.cpp index efaf99651c..8b6473250d 100644 --- a/src/m_Do/m_Do_Reset.cpp +++ b/src/m_Do/m_Do_Reset.cpp @@ -1,7 +1,7 @@ -// -// Generated By: dol2asm -// Translation Unit: m_Do/m_Do_Reset -// +/** + * m_Do_Reset.cpp + * Game Reset Management + */ #include "m_Do/m_Do_Reset.h" #include "JSystem/JAudio2/JASDvdThread.h" @@ -51,13 +51,7 @@ extern "C" u8 sCallback__Q210JUTGamePad13C3ButtonReset[4]; extern "C" u8 sCallbackArg__Q210JUTGamePad13C3ButtonReset[4 + 4 /* padding */]; extern "C" u8 sManager__6JUTXfb[4 + 4 /* padding */]; -// -// Declarations: -// - -static void my_OSCancelAlarmAll() { - /* empty function */ -} +static void my_OSCancelAlarmAll() {} static void destroyVideo() { JUTVideo::destroyManager(); @@ -184,5 +178,3 @@ u8 struct_80450C87; /* 80450C88-80450C90 000188 0008+00 0/0 2/2 0/0 .sbss None */ bool mDoDvdErr_initialized; - -/* 80374198-80374198 0007F8 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
