mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
overlay: clarify subscreen types (#469)
## Link to GitHub Issue, if one exists #345 ## Description of change In the main menu (Esc key), instead of just saying `Show subscreen`, detect game and say `Show TDJ Subscreen` `Show LDJ LED Ticker` etc. For the LED ticker window, show the title bar by default, and add an option to hide it back. This is to help with cases where people get stuck with being in LDJ mode when they meant to turn on TDJ. ## Testing Tested all configurations (IIDX LDJ/TDJ, SDVX UFC, DRS)
This commit is contained in:
@@ -679,6 +679,16 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
{"bottomright", ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
// IIDXLEDBorderless
|
||||
.title = "IIDX LED Ticker Borderless",
|
||||
.name = "iidxledborderless",
|
||||
.aliases= "iidxledborderless",
|
||||
.desc = "Make LED ticker overlay window borderless (remove window decoration)",
|
||||
.type = OptionType::Bool,
|
||||
.game_name = "Beatmania IIDX",
|
||||
.category = "Overlay",
|
||||
},
|
||||
{
|
||||
.title = "Force Load Sound Voltex Module",
|
||||
.name = "sdvx",
|
||||
|
||||
Reference in New Issue
Block a user