From edda658fa4fc0ff085e7e6da5e01c86bbda014d9 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:16:34 -0700 Subject: [PATCH] update rawtouchaspect 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 c867378..89632fc 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1807,8 +1807,8 @@ static const std::vector OPTION_DEFINITIONS = { .name = "rawtouchaspect", .desc = "Compensate for letterboxing/pillarboxing when the game runs at a display mode with a " "different aspect ratio than the touch panel's native resolution. Only affects the default " - "raw input touch handler.\n\n" - "auto: enable on a per-game basis (jubeat, reflec).\n" + "raw input touch handler. This is automatically enabled, only force on or off if you have trouble.\n\n" + "auto: automatically enable on a per-game basis (default).\n" "on: forced on\n" "off: forced off", .type = OptionType::Enum,