From d7342fdb8340eb76c45c16239bcbc78d46799f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90e=C3=A4Th?= <55578911+DeaTh-G@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:58:39 +0100 Subject: [PATCH] Update UnleashedRecomp/patches/misc_patches.cpp Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com> --- UnleashedRecomp/patches/misc_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/patches/misc_patches.cpp b/UnleashedRecomp/patches/misc_patches.cpp index a868bec9..ed225827 100644 --- a/UnleashedRecomp/patches/misc_patches.cpp +++ b/UnleashedRecomp/patches/misc_patches.cpp @@ -167,7 +167,7 @@ PPC_FUNC(sub_82B4DB48) { 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);