Update UnleashedRecomp/patches/misc_patches.cpp

Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com>
This commit is contained in:
ĐeäTh 2025-03-24 18:58:39 +01:00 committed by DeaTh-G
parent 78f791e019
commit d7342fdb83

View file

@ -167,7 +167,7 @@ PPC_FUNC(sub_82B4DB48)
{ {
if (Config::DisableBoostFilter && strcmp((const char*)(base + ctx.r4.u32), "boost") == 0) if (Config::DisableBoostFilter && strcmp((const char*)(base + ctx.r4.u32), "boost") == 0)
{ {
ctx.f1.f64 = 0.0f; ctx.f1.f64 = 0.0;
} }
__imp__sub_82B4DB48(ctx, base); __imp__sub_82B4DB48(ctx, base);