feat: Dummy none backend

> to run games with no sound
This commit is contained in:
[ ]
2023-09-28 20:21:06 +09:00
parent 5951a550bb
commit 15cd228b8d
6 changed files with 156 additions and 1 deletions
+1 -1
View File
@@ -1108,7 +1108,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
"Game must be outputting to WASAPI Exclusive mode for audio hook to work.",
.type = OptionType::Enum,
.category = "Audio",
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"}},
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"},{"none", "None"}},
},
{
.title = "Spice Audio Hook ASIO Driver ID",