mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
remove asio failure message
This commit is contained in:
@@ -65,10 +65,6 @@ namespace games::sdvx {
|
|||||||
|
|
||||||
// prevent the game from randomly picking an ASIO device
|
// prevent the game from randomly picking an ASIO device
|
||||||
if (!USE_ASIO) {
|
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;
|
return ERROR_FILE_NOT_FOUND;
|
||||||
}
|
}
|
||||||
// convince the game to use our hook (so we can swap in the preferred device)
|
// convince the game to use our hook (so we can swap in the preferred device)
|
||||||
|
|||||||
Reference in New Issue
Block a user