From b094a9e35211b9525d985fb4ed0595f4896640e8 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Tue, 14 Jul 2026 02:49:46 -0700 Subject: [PATCH] deprecate insert card button --- src/spice2x/launcher/options.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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", }, {