mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00: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