diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /src/m_Do/m_Do_controller_pad.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'src/m_Do/m_Do_controller_pad.cpp')
| -rw-r--r-- | src/m_Do/m_Do_controller_pad.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m_Do/m_Do_controller_pad.cpp b/src/m_Do/m_Do_controller_pad.cpp index 27e87f39cf..bcb3df7381 100644 --- a/src/m_Do/m_Do_controller_pad.cpp +++ b/src/m_Do/m_Do_controller_pad.cpp @@ -15,6 +15,8 @@ struct mDoRst { static u8 mResetData[4 + 4 /* padding */]; }; +struct interface_of_controller_pad {}; + struct JUTGamePad { struct EPadPort {}; @@ -35,8 +37,6 @@ struct JUTGamePad { static u8 sAnalogMode[4]; }; -struct interface_of_controller_pad {}; - struct mDoCPd_c { /* 80007954 */ void create(); /* 80007A94 */ void read(); |
