diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index b765a70..d9b8315 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1837,12 +1837,14 @@ static const std::vector 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", }, {