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)