diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-11-22 01:14:36 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-20 18:50:51 -0800 |
| commit | 586e74f8d444189b2db283f0150d2072796ff5c0 (patch) | |
| tree | e4a263cd682d8df969d0af6dd2e6961b77ad9674 /src/m_Do/m_Do_Reset.cpp | |
| parent | 94465b0dbbdd94d2e579dc16996170d3d6a479e3 (diff) | |
make function signatures more consistent
Diffstat (limited to 'src/m_Do/m_Do_Reset.cpp')
| -rw-r--r-- | src/m_Do/m_Do_Reset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_Reset.cpp b/src/m_Do/m_Do_Reset.cpp index 1e362743..62c5c627 100644 --- a/src/m_Do/m_Do_Reset.cpp +++ b/src/m_Do/m_Do_Reset.cpp @@ -33,7 +33,7 @@ mDoRstData* mDoRst::mResetData; #endif /* 80017D7C-80017E40 .text mDoRst_reset__FiUli */ -void mDoRst_reset(int param_0, unsigned long param_1, int param_2) { +void mDoRst_reset(int param_0, u32 param_1, int param_2) { if (DVDGetDriveStatus() == DVD_STATE_FATAL_ERROR) { do { } while (true); |
