From 256ef4d3414e7d35de8dfe41b29442b8bc920d50 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sun, 14 Jun 2026 16:34:07 -0700 Subject: [PATCH] update -wasapishared option text --- src/spice2x/launcher/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index da45cf6..b216f21 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1995,11 +1995,11 @@ static const std::vector OPTION_DEFINITIONS = { }, { // AudioShared - .title = "WASAPI Force Shared Mode", + .title = "WASAPI Force Shared Mode & Auto-Resample (EXPERIMENTAL)", .name = "wasapishared", .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! " - "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.", .type = OptionType::Bool, .category = "Audio",