diff options
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shared_config.py b/shared_config.py index c9df045..5b0a45d 100644 --- a/shared_config.py +++ b/shared_config.py @@ -130,6 +130,14 @@ CONFIG_SCHEMA_DEF = { "default": False, "description": "Enable Gamescope WSI Layer, disable if frame generation isn't applying or isn't feeling smooth (use with HDR off)", "location": "script" + }, + + "enable_zink": { + "name": "enable_zink", + "fieldType": ConfigFieldType.BOOLEAN, + "default": False, + "description": "Enable Zink (Vulkan-based OpenGL implementation) for OpenGL games", + "location": "script" } } |
