mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
create: Flag for UI Layer
This commit is contained in:
@@ -521,6 +521,7 @@ struct Values {
|
||||
true};
|
||||
|
||||
// Linux
|
||||
Setting<bool, false> is_wayland_platform{linkage, false, "is_wayland_platform", Category::Linux, Specialization::Default, false};
|
||||
SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux};
|
||||
|
||||
// Controls
|
||||
|
||||
Reference in New Issue
Block a user