diff options
| author | robojumper <robojumper@gmail.com> | 2025-09-13 10:19:06 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-09-13 10:19:06 +0200 |
| commit | 2c1ac8de86ed0e944dc5ce40067ee5145f2d6029 (patch) | |
| tree | 07b2b6dfade52ad935abd604a31f7a962230300b /src/d | |
| parent | 9eeb9c1238b286357d41a7c158a82e5168a18e36 (diff) | |
Rebase fixes
Diffstat (limited to 'src/d')
| -rw-r--r-- | src/d/lyt/d_lyt_pause.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/lyt/d_lyt_pause.cpp b/src/d/lyt/d_lyt_pause.cpp index e139e48f..afc09d73 100644 --- a/src/d/lyt/d_lyt_pause.cpp +++ b/src/d/lyt/d_lyt_pause.cpp @@ -7,8 +7,8 @@ #include "d/d_gfx.h" #include "d/d_heap.h" #include "d/d_pad.h" +#include "d/d_pad_manager.h" #include "d/d_pad_nav.h" -#include "d/d_pause.h" #include "d/d_player.h" #include "d/flag/storyflag_manager.h" #include "d/lyt/d_lyt_common_arrow.h" @@ -409,8 +409,7 @@ void dLytPauseMain_c::executeState_Select() { case 300: { if (mpDisp00->isChangingState() == true) { mStep++; - // TODO - dPadManager_c - fn_80059F40(dPauseManager_c::GetInstance()); + dPadManager_c::GetInstance()->requestMplsCalibration(); } break; } |
