mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 14:20:42 -07:00
deprecate insert card button
This commit is contained in:
@@ -1837,12 +1837,14 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// spice2x_TouchCardInsert
|
// spice2x_TouchCardInsert
|
||||||
.title = "Show Insert Card button",
|
.title = "Show Insert Card button (DEPRECATED)",
|
||||||
.name = "sp2x-touchcard",
|
.name = "sp2x-touchcard",
|
||||||
.display_name = "touchcard",
|
.display_name = "touchcard",
|
||||||
.aliases= "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,
|
.type = OptionType::Bool,
|
||||||
|
.hidden = true,
|
||||||
.category = "Touch Parameters",
|
.category = "Touch Parameters",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user