iidx: fix crash when ASIO compatibility fix patching fails (#645)

Logging method was crashing when the patching failed.
This commit is contained in:
bicarus
2026-04-16 00:42:40 -07:00
committed by GitHub
parent 6ddae70c5a
commit 4fb7f20c7b
+1 -2
View File
@@ -915,8 +915,7 @@ namespace games::iidx {
log_warning( log_warning(
"iidx", "iidx",
"Failed to apply ASIO compatibility fix for iidx32+. " "Failed to apply ASIO compatibility fix for iidx32+. "
"Unless patches are applied, your ASIO device ({}) may hang or fail to work", "Unless patches are applied, your ASIO device may hang or fail to work");
ASIO_DRIVER->c_str());
} else { } else {
log_info( log_info(
"iidx", "iidx",