From 1c6929dd848825a3a46e8302b9bed3998cfc2fad Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:53:54 -0700 Subject: [PATCH] Move full screen Monitor options to Graphics (Full Screen) --- src/spice2x/launcher/options.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 9a4ff68..1b34769 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -261,7 +261,7 @@ static const std::vector OPTION_DEFINITIONS = { .desc = "Force the graphics device to be opened utilizing only one adapter in multi-monitor systems.\n\n" "May cause unstable framerate and desyncs, especially if monitors have different refresh rates!", .type = OptionType::Bool, - .category = "Monitor", + .category = "Graphics (Full Screen)", }, { .title = "Monitor Refresh Rate", @@ -1000,7 +1000,7 @@ static const std::vector OPTION_DEFINITIONS = { .type = OptionType::Text, .setting_name = "\\\\.\\DISPLAY3", .game_name = "Sound Voltex", - .category = "Monitor", + .category = "Graphics (Full Screen)", .picker = OptionPickerType::Monitor, }, { @@ -1069,7 +1069,7 @@ static const std::vector OPTION_DEFINITIONS = { .type = OptionType::Text, .setting_name = "\\\\.\\DISPLAY3", .game_name = "Pop'n Music", - .category = "Monitor", + .category = "Graphics (Full Screen)", .picker = OptionPickerType::Monitor, }, { @@ -2705,7 +2705,7 @@ static const std::vector OPTION_DEFINITIONS = { .type = OptionType::Text, .setting_name = "\\\\.\\DISPLAY3", .game_name = "Beatmania IIDX", - .category = "Monitor", + .category = "Graphics (Full Screen)", .picker = OptionPickerType::Monitor, }, {