Merge branch 'spice2x' into spice22x

This commit is contained in:
[ ]
2023-10-24 20:25:56 +09:00
8 changed files with 23 additions and 2 deletions
+10
View File
@@ -547,6 +547,16 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.category = "Overlay",
.elements = {{"top", ""}, {"center", ""}, {"bottom", ""}},
},
{
// spice2x_SDVXSubRedraw
.title = "SDVX Subscreen Force Redraw",
.name = "sp2x-sdvxsubredraw",
.desc = "Check if second monitor for subscreen doesn't update every frame; "
"forces subscreen to redraw every frame, only needed for newer EG.",
.type = OptionType::Bool,
.game_name = "Sound Voltex",
.category = "Game Options",
},
{
.title = "Force Load DDR Module",
.name = "ddr",