fix option

This commit is contained in:
bicarus-dev
2026-03-24 00:42:50 -07:00
parent 73a69b2e8f
commit fbb3c1d4c3
+1 -1
View File
@@ -1534,7 +1534,7 @@ static const std::vector<OptionDefinition> 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",