mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-22 18:31:38 +00:00
Update UnleashedRecomp/patches/misc_patches.cpp
Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com>
This commit is contained in:
parent
78f791e019
commit
d7342fdb83
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue