From 08dd3c3d6dba652fd678941286bb9c0132dd9522 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 16 Sep 2025 20:12:27 -0400 Subject: feat: add enable zink toggle for openGL compat --- shared_config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared_config.py') 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" } } -- cgit v1.2.3