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(
"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",