Fixes, clearing TODOs

This commit is contained in:
dbalatoni13 2025-04-12 22:43:29 +02:00
parent 176f6f9638
commit ada77fe830
8 changed files with 13 additions and 14 deletions

View file

@ -197,7 +197,6 @@ static inline void GWRumbleSet(s32 value)
{
GWGameStat.rumble = value;
if (value == 0) {
// TODO PC: get rumble working
HuPadRumbleAllStop();
}
}