feat: Dummy none backend
> to run games with no sound
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user