gitadora: warn about 2ch audio option not working on arena model (#702)

shrug
This commit is contained in:
bicarus
2026-05-25 17:00:49 -07:00
committed by GitHub
parent 3c60f3966b
commit 2b930ad95f
2 changed files with 26 additions and 19 deletions
+3 -2
View File
@@ -1038,9 +1038,10 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.category = "Game Options (Advanced)",
},
{
.title = "GitaDora Two Channel Audio",
.title = "GitaDora Two Channel Audio (DX/SD only)",
.name = "2ch",
.desc = "Attempt to reduce audio channels down to just two channels.",
.desc = "Attempt to reduce audio channels down to just two channels. "
"This option does nothing for Arena Model (GW Delta and above); need a patch for that.",
.type = OptionType::Bool,
.game_name = "GitaDora",
.category = "Game Options",