hide bio2 firmware update option

This commit is contained in:
sp2xdev
2025-09-29 19:03:13 -07:00
parent 07cb6048a0
commit 1fdd270480
+1
View File
@@ -558,6 +558,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.name = "iidxbio2fw", .name = "iidxbio2fw",
.desc = "Enables BIO2 firmware updates", .desc = "Enables BIO2 firmware updates",
.type = OptionType::Bool, .type = OptionType::Bool,
.hidden = true,
.game_name = "Beatmania IIDX", .game_name = "Beatmania IIDX",
.category = "Game Options (Advanced)", .category = "Game Options (Advanced)",
}, },