From b6f886a7c59a28e2fed3078f765c6f44478c5607 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:47:47 -0700 Subject: [PATCH] fix option text for -iidxtdjsubsize --- src/spice2x/launcher/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 8d04d1b..7e2a7e0 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -804,7 +804,7 @@ static const std::vector OPTION_DEFINITIONS = { .name = "sp2x-iidxtdjsubsize", .display_name = "iidxtdjsubsize", .aliases= "iidxtdjsubsize", - .desc = "Default size of the subscreen overlay.\n\nNote: in windowed mode, subscreen will always be full size.\n\nDefault: medium.", + .desc = "Default size of the subscreen overlay. Default: medium.", .type = OptionType::Enum, .game_name = "Beatmania IIDX", .category = "Game Overlay",