1
0
mirror of synced 2024-11-28 00:20:52 +01:00

Fix R-Tuned not enabling FFB for some users

This commit is contained in:
Aaron M 2020-05-25 13:41:09 +12:00
parent 36674acddc
commit cc9ee57332

View File

@ -33,8 +33,8 @@ void RTuned::FFBLoop(EffectConstants* constants, Helpers* helpers, EffectTrigger
if (LetsEnableFFB == 0x03)
{
EnableFFB = true;
helpers->WriteByte(0x8519C58, 0x07, false);
EnableFFB = true;
}
}