mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-16 17:50:45 -04:00
create: Flag for UI Layer
This commit is contained in:
@@ -521,6 +521,7 @@ struct Values {
|
|||||||
true};
|
true};
|
||||||
|
|
||||||
// Linux
|
// 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};
|
SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux};
|
||||||
|
|
||||||
// Controls
|
// Controls
|
||||||
|
|||||||
Reference in New Issue
Block a user