From 86f2a1fd3910b76447cd0cfe8a3fb6c668fb3bbb Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:05:54 -0800 Subject: [PATCH] remove asio failure message --- src/spice2x/games/sdvx/sdvx.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/spice2x/games/sdvx/sdvx.cpp b/src/spice2x/games/sdvx/sdvx.cpp index fe56996..b4f02c7 100644 --- a/src/spice2x/games/sdvx/sdvx.cpp +++ b/src/spice2x/games/sdvx/sdvx.cpp @@ -65,10 +65,6 @@ namespace games::sdvx { // prevent the game from randomly picking an ASIO device if (!USE_ASIO) { - log_info( - "sdvx::asio", - "game tried to access HKLM\\SOFTWARE\\ASIO but ASIO is disabled; " - "access prevented, ASIO init will fail"); return ERROR_FILE_NOT_FOUND; } // convince the game to use our hook (so we can swap in the preferred device)