mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
fix UI text for -sdvxnolive2d
This commit is contained in:
@@ -1036,16 +1036,16 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
.title = "SDVX Disable Live2D (EXPERIMENTAL)",
|
.title = "SDVX Disable Live2D (EXPERIMENTAL)",
|
||||||
.name = "sdvxnolive2d",
|
.name = "sdvxnolive2d",
|
||||||
.desc = "Skip rendering the SDVX Live2D graphics to save GPU.\n\n"
|
.desc = "Skip rendering the SDVX Live2D graphics to save GPU.\n\n"
|
||||||
"Off: leave Live2D as-is.\n"
|
"off: leave Live2D as-is.\n"
|
||||||
"Always: never render Live2D (also removes the menu navigator).\n"
|
"always: hide Live2D (also hides menu navigator).\n"
|
||||||
"During songs: only skip Live2D during a song; keeps the menu navigator. Scene detection relies on game logging.",
|
"ingame: only hide Live2D during a song; keeps the menu navigator. Scene detection relies on game logging.",
|
||||||
.type = OptionType::Enum,
|
.type = OptionType::Enum,
|
||||||
.game_name = "Sound Voltex",
|
.game_name = "Sound Voltex",
|
||||||
.category = "Advanced Game Options",
|
.category = "Advanced Game Options",
|
||||||
.elements = {
|
.elements = {
|
||||||
{"off", "Show Live2D"},
|
{"off", "Show Live2D"},
|
||||||
{"always", "Never show Live2D"},
|
{"always", "Hide Live2D"},
|
||||||
{"ingame", "Show navigators only"},
|
{"ingame", "Hide during songs"},
|
||||||
},
|
},
|
||||||
.quick_setting_category = "Game",
|
.quick_setting_category = "Game",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user