fix option strings for force load

This commit is contained in:
sp2xdev
2025-09-18 15:59:06 -07:00
parent f857e63d5d
commit 3fcd1bdbc9
+5 -5
View File
@@ -1049,7 +1049,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
}, },
{ {
// LoadCCJModule // LoadCCJModule
.title = "Force Load Chase Chase Jokers", .title = "Force Load Chase Chase Jokers Module",
.name = "ccj", .name = "ccj",
.desc = "manually enable Chase Chase Jokers module", .desc = "manually enable Chase Chase Jokers module",
.type = OptionType::Bool, .type = OptionType::Bool,
@@ -1058,7 +1058,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
}, },
{ {
// LoadQKSModule // LoadQKSModule
.title = "Force Load QuizKnock STADIUM", .title = "Force Load QuizKnock STADIUM Module",
.name = "qks", .name = "qks",
.desc = "manually enable QuizKnock STADIUM module", .desc = "manually enable QuizKnock STADIUM module",
.type = OptionType::Bool, .type = OptionType::Bool,
@@ -1067,7 +1067,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
}, },
{ {
// LoadMFGModule // LoadMFGModule
.title = "Force Load Mahjong Fight Girl", .title = "Force Load Mahjong Fight Girl Module",
.name = "mfg", .name = "mfg",
.desc = "manually enable Mahjong Fight Girl module", .desc = "manually enable Mahjong Fight Girl module",
.type = OptionType::Bool, .type = OptionType::Bool,
@@ -1076,7 +1076,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
}, },
{ {
// LoadPCModule // LoadPCModule
.title = "Force Load Polaris Chord", .title = "Force Load Polaris Chord Module",
.name = "pc", .name = "pc",
.desc = "manually enable Polaris Chord module", .desc = "manually enable Polaris Chord module",
.type = OptionType::Bool, .type = OptionType::Bool,
@@ -1085,7 +1085,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
}, },
{ {
// LoadMusecaModule // LoadMusecaModule
.title = "Force Load Museca", .title = "Force Load Museca Module",
.name = "museca", .name = "museca",
.desc = "manually enable Museca module", .desc = "manually enable Museca module",
.type = OptionType::Bool, .type = OptionType::Bool,