From fbb3c1d4c33e7ebb16c09703ab905f164afdc44a Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:42:50 -0700 Subject: [PATCH] fix option --- src/spice2x/launcher/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 2880a50..0c806e2 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1534,7 +1534,7 @@ static const std::vector OPTION_DEFINITIONS = { { .title = "Invert Touch", .name = "touchinvert", - .desc = "Inverts touch coordinates; only works for default raw input handler and IIDX/SDVX native touch handler," + .desc = "Inverts touch coordinates; only works for default raw input handler and IIDX/SDVX native touch handler, " "and not Windows Touch API.", .type = OptionType::Bool, .category = "Touch Parameters",