diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-04 13:19:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-04 13:19:51 -0400 |
| commit | c3722dbeb526a96f27ff40fcf73cbcf90b4743b2 (patch) | |
| tree | 29293de762bb6d3a24acfabd5093a8ee5ec35037 /src/d/d_save.cpp | |
| parent | ecd91cdf44cefe777924270bfa30c310948a7285 (diff) | |
Add some dCom inlines from TP debug
Diffstat (limited to 'src/d/d_save.cpp')
| -rw-r--r-- | src/d/d_save.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_save.cpp b/src/d/d_save.cpp index a6190ce5..7c4b2a8e 100644 --- a/src/d/d_save.cpp +++ b/src/d/d_save.cpp @@ -972,7 +972,7 @@ void dSv_player_config_c::init() { /* 8005BFA4-8005BFC8 .text checkVibration__19dSv_player_config_cFv */ s32 dSv_player_config_c::checkVibration() { if (JUTGamePad::sRumbleSupported & 0x80000000) - return g_dComIfG_gameInfo.play.field_0x4963; + return dComIfGp_getNowVibration(); return 0; } |
