From 4fb7f20c7b501056ae41513e1cfe01933c80e258 Mon Sep 17 00:00:00 2001 From: bicarus <202771338+bicarus-dev@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:42:40 -0700 Subject: [PATCH] iidx: fix crash when ASIO compatibility fix patching fails (#645) Logging method was crashing when the patching failed. --- src/spice2x/games/iidx/iidx.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/spice2x/games/iidx/iidx.cpp b/src/spice2x/games/iidx/iidx.cpp index de17cb4..0bf0f09 100644 --- a/src/spice2x/games/iidx/iidx.cpp +++ b/src/spice2x/games/iidx/iidx.cpp @@ -915,8 +915,7 @@ namespace games::iidx { log_warning( "iidx", "Failed to apply ASIO compatibility fix for iidx32+. " - "Unless patches are applied, your ASIO device ({}) may hang or fail to work", - ASIO_DRIVER->c_str()); + "Unless patches are applied, your ASIO device may hang or fail to work"); } else { log_info( "iidx",