Re-implement dummy backend on 24-08-24

This commit is contained in:
2024-08-28 11:33:31 -04:00
parent caa9e02285
commit 06ba2a950f
6 changed files with 156 additions and 1 deletions

View File

@@ -1341,7 +1341,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
" Does nothing for games that do not output to exclusive WASAPI",
.type = OptionType::Enum,
.category = "Audio",
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"}},
.elements = {{"asio", "ASIO"}, {"waveout", "waveOut"},{"none", "None"}},
},
{
.title = "Spice Audio Hook ASIO Driver ID",