From a5252939dd7068353c60956bdf2068d3db498f7c Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Sat, 20 Sep 2025 03:40:04 -0700 Subject: [PATCH] update iidx audio patch signature --- src/spice2x/games/iidx/iidx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/games/iidx/iidx.cpp b/src/spice2x/games/iidx/iidx.cpp index e91f942..f4856e8 100644 --- a/src/spice2x/games/iidx/iidx.cpp +++ b/src/spice2x/games/iidx/iidx.cpp @@ -781,7 +781,7 @@ namespace games::iidx { if (SOUND_OUTPUT_DEVICE_IN_EFFECT.has_value() && SOUND_OUTPUT_DEVICE_IN_EFFECT.value() == "wasapi") { intptr_t result = replace_pattern( avs::game::DLL_INSTANCE, - "FF5008E8????ECFF83780803740D", + "FF5008E8??????FF83780803740D", "??????BB00000000EB169090????", 0, 0);