diff options
| author | robojumper <robojumper@gmail.com> | 2025-07-26 19:27:34 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-07-26 20:19:12 +0200 |
| commit | d8bd55a8723468033e2a947f48a834f3433e175a (patch) | |
| tree | 1a798c9e96dc7f89b705d191629b45dc867a9e7a /src/d/d_pad.cpp | |
| parent | 58866f517f5cb0c2eb138d334a43b8e3da4f9b76 (diff) | |
d_cs_base OK
Diffstat (limited to 'src/d/d_pad.cpp')
| -rw-r--r-- | src/d/d_pad.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/d/d_pad.cpp b/src/d/d_pad.cpp index 57cded2c..1630083f 100644 --- a/src/d/d_pad.cpp +++ b/src/d/d_pad.cpp @@ -270,9 +270,7 @@ void beginPad_BR() { ex.mDpdPos = ex.field_0x5C; } else { if (mPad::getCore(0)->getDpdValidFlag() > 0) { - // TODO - ctor regswap - ex.mDpdPos = mPad::getCore(0)->getDpdRawPos(); - // ex.mDpdPos.set(v.x, v.y); + ex.mDpdPos = mPad::getDpdRawPos(0); } else { ex.mDpdPos.set(-2.f, -2.f); } @@ -502,8 +500,7 @@ void ex_c::centerCursor(s32 chan, bool b) { } void ex_c::fn_80056790(s32 chan) { - // unused - TODO ctor regswap - mVec2_c dpdRawPos = mPad::getCore(chan)->getDpdRawPos(); + mVec2_c dpdRawPos = mPad::getDpdRawPos(chan); f32 f; if (dScGame_c::GetInstance() != nullptr && dLytMap_c::GetInstance() != nullptr && |
