diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2021-08-17 02:56:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 20:56:19 -0400 |
| commit | 9765844d92a47d78197acfa1764feb834740d317 (patch) | |
| tree | 62775b569fa415842638e255e74d6fceff00b626 /src/m_Do/m_Do_Reset.cpp | |
| parent | 6867475c36718f095e038d95d6b5783adb92c51d (diff) | |
mDoDvdThd OK (#139)
* mDoDvdThd
* cleanup
Diffstat (limited to 'src/m_Do/m_Do_Reset.cpp')
| -rw-r--r-- | src/m_Do/m_Do_Reset.cpp | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/src/m_Do/m_Do_Reset.cpp b/src/m_Do/m_Do_Reset.cpp index e13249b3ee..5abaa68cea 100644 --- a/src/m_Do/m_Do_Reset.cpp +++ b/src/m_Do/m_Do_Reset.cpp @@ -50,7 +50,7 @@ extern "C" void mDoRst_resetCallBack__FiPv(); extern "C" u32 getResetData__6mDoRstFv(); extern "C" extern char const* const m_Do_m_Do_Reset__stringBase0; extern "C" u8 mResetData__6mDoRst[4 + 4 /* padding */]; -extern "C" extern u64 struct_80450C80; +extern "C" extern u8 struct_80450C80; extern "C" extern u8 data_80450C88[8]; // @@ -235,9 +235,22 @@ mDoRstData* mDoRst::getResetData() { /* 80450C80-80450C88 -00001 0008+00 0/0 6/6 0/0 .sbss None */ /* 80450C80 0001+00 data_80450C80 None */ /* 80450C81 0007+00 data_80450C81 None */ -// type might be fake, used for now to align to 8 -extern u64 struct_80450C80; -u64 struct_80450C80; +// most of these are probably fake +#pragma push +#pragma force_active on +u8 struct_80450C7C; +u8 struct_80450C7D; +u8 struct_80450C7E; +u8 struct_80450C7F; +u8 struct_80450C80; +u8 struct_80450C81; +u8 struct_80450C82; +u8 struct_80450C83; +u8 struct_80450C84; +u8 struct_80450C85; +u8 struct_80450C86; +u8 struct_80450C87; +#pragma pop /* 80450C88-80450C90 000188 0008+00 0/0 2/2 0/0 .sbss None */ extern u8 data_80450C88[8]; |
