From 3fcd1bdbc907472d970ce3a1b8b51f36696ab299 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:59:06 -0700 Subject: [PATCH] fix option strings for force load --- src/spice2x/launcher/options.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 27258c1..a945a67 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1049,7 +1049,7 @@ static const std::vector OPTION_DEFINITIONS = { }, { // LoadCCJModule - .title = "Force Load Chase Chase Jokers", + .title = "Force Load Chase Chase Jokers Module", .name = "ccj", .desc = "manually enable Chase Chase Jokers module", .type = OptionType::Bool, @@ -1058,7 +1058,7 @@ static const std::vector OPTION_DEFINITIONS = { }, { // LoadQKSModule - .title = "Force Load QuizKnock STADIUM", + .title = "Force Load QuizKnock STADIUM Module", .name = "qks", .desc = "manually enable QuizKnock STADIUM module", .type = OptionType::Bool, @@ -1067,7 +1067,7 @@ static const std::vector OPTION_DEFINITIONS = { }, { // LoadMFGModule - .title = "Force Load Mahjong Fight Girl", + .title = "Force Load Mahjong Fight Girl Module", .name = "mfg", .desc = "manually enable Mahjong Fight Girl module", .type = OptionType::Bool, @@ -1076,7 +1076,7 @@ static const std::vector OPTION_DEFINITIONS = { }, { // LoadPCModule - .title = "Force Load Polaris Chord", + .title = "Force Load Polaris Chord Module", .name = "pc", .desc = "manually enable Polaris Chord module", .type = OptionType::Bool, @@ -1085,7 +1085,7 @@ static const std::vector OPTION_DEFINITIONS = { }, { // LoadMusecaModule - .title = "Force Load Museca", + .title = "Force Load Museca Module", .name = "museca", .desc = "manually enable Museca module", .type = OptionType::Bool,