mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
update -wasapishared option text
This commit is contained in:
@@ -1995,11 +1995,11 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// AudioShared
|
// AudioShared
|
||||||
.title = "WASAPI Force Shared Mode",
|
.title = "WASAPI Force Shared Mode & Auto-Resample (EXPERIMENTAL)",
|
||||||
.name = "wasapishared",
|
.name = "wasapishared",
|
||||||
.desc = "This option converts all WASAPI exclusive mode requests to shared mode.\n\n"
|
.desc = "This option converts all WASAPI exclusive mode requests to shared mode.\n\n"
|
||||||
"Many games have patches that turn on shared mode, but this option is better! "
|
"Many games have patches that turn on shared mode, but this option is better! "
|
||||||
"This will automatically perform sample rate conversion - "
|
"Windows will automatically perform sample rate conversion - "
|
||||||
"you do not need to manually set the sample rate of your audio device before launching the game.",
|
"you do not need to manually set the sample rate of your audio device before launching the game.",
|
||||||
.type = OptionType::Bool,
|
.type = OptionType::Bool,
|
||||||
.category = "Audio",
|
.category = "Audio",
|
||||||
|
|||||||
Reference in New Issue
Block a user