From 1fdd270480b144f94a4c54fc9cb6572270f9947c Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:03:13 -0700 Subject: [PATCH] hide bio2 firmware update option --- src/spice2x/launcher/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 34fd1ad..06009f6 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -558,6 +558,7 @@ static const std::vector OPTION_DEFINITIONS = { .name = "iidxbio2fw", .desc = "Enables BIO2 firmware updates", .type = OptionType::Bool, + .hidden = true, .game_name = "Beatmania IIDX", .category = "Game Options (Advanced)", },