mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00:00
Merge branch 'wayland_flag' into 'main'
create: Flag for UI Layer See merge request citron/emulator!60
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::Miscellaneous, 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