remove asio failure message

This commit is contained in:
bicarus-dev
2026-01-14 10:05:54 -08:00
parent 86f218329a
commit 86f2a1fd39
-4
View File
@@ -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)