deprecate insert card button

This commit is contained in:
bicarus-dev
2026-07-14 02:49:46 -07:00
parent 4bd18afb12
commit b094a9e352
+4 -2
View File
@@ -1837,12 +1837,14 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
},
{
// spice2x_TouchCardInsert
.title = "Show Insert Card button",
.title = "Show Insert Card button (DEPRECATED)",
.name = "sp2x-touchcard",
.display_name = "touchcard",
.aliases= "touchcard",
.desc = "Show Insert Card touch button on main display.",
.desc = "Show Insert Card touch button on main display. "
"DEPRECATED - only works in very specific situations (jubeat + wintouch)",
.type = OptionType::Bool,
.hidden = true,
.category = "Touch Parameters",
},
{