GUI: now let's put these config options into group

s
This commit is contained in:
tildearrow 2023-12-22 20:22:53 -05:00
parent 27f4f6830e
commit e0108e5635
2 changed files with 137 additions and 86 deletions

View file

@ -478,6 +478,7 @@ enum FurnaceGUISettingGroups: unsigned int {
GUI_SETTINGS_APPEARANCE=64,
GUI_SETTINGS_LAYOUTS=128,
GUI_SETTINGS_COLOR=256,
GUI_SETTINGS_EMULATION=512,
GUI_SETTINGS_ALL=0xffffffff
};