diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2026-03-29 16:43:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-29 16:43:00 -0700 |
| commit | cb6ee4b21e25cb40a08c0f1effeebda79896a7e5 (patch) | |
| tree | f894ebc412808129583aaac83a8e1ff8580e0ea9 /libs/JSystem | |
| parent | c98b96f94eff76d380c62f3935fefe56057dc99e (diff) | |
d_path / d_vibration debug work (#3138)
* dpath debug
* dvibration debug
* d_meter2_info debug
* gcyl/gpsh debug
Diffstat (limited to 'libs/JSystem')
| -rw-r--r-- | libs/JSystem/include/JSystem/JUtility/JUTGamePad.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/JSystem/include/JSystem/JUtility/JUTGamePad.h b/libs/JSystem/include/JSystem/JUtility/JUTGamePad.h index bf939f0831..30bf685700 100644 --- a/libs/JSystem/include/JSystem/JUtility/JUTGamePad.h +++ b/libs/JSystem/include/JSystem/JUtility/JUTGamePad.h @@ -117,7 +117,7 @@ public: } void stopMotorWave() { mRumble.stopPatternedRumbleAtThePeriod(); } - void stopMotor() { mRumble.stopMotor(mPortNum, false); } + void stopMotor() { mRumble.stopMotor(mPortNum); } void stopMotorHard() { CRumble::stopMotorHard(mPortNum); } static s8 getPortStatus(EPadPort port) { @@ -233,7 +233,7 @@ public: /* 0x10 */ u8* field_0x10; }; // Size: 0x14 - void startMotorWave(void* data, CRumble::ERumble rumble, u32 length) { + void startMotorWave(u8* data, CRumble::ERumble rumble, u32 length) { mRumble.startPatternedRumble(data, rumble, length); } |
