summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py18
1 files changed, 6 insertions, 12 deletions
diff --git a/shared_config.py b/shared_config.py
index 997717b..4e3ab68 100644
--- a/shared_config.py
+++ b/shared_config.py
@@ -59,22 +59,16 @@ CONFIG_SCHEMA_DEF = {
"location": "toml"
},
- "hdr_mode": {
- "name": "hdr_mode",
- "fieldType": ConfigFieldType.BOOLEAN,
- "default": False,
- "description": "enable HDR mode (only for games that support HDR)",
- "location": "toml"
- },
-
- "experimental_present_mode": {
- "name": "experimental_present_mode",
+ "pacing": {
+ "name": "pacing",
"fieldType": ConfigFieldType.STRING,
- "default": "fifo",
- "description": "override Vulkan present mode (may cause crashes)",
+ "default": "none",
+ "description": "frame pacing mode (currently only 'none' supported)",
"location": "toml"
},
+ # Removed in v2.0: hdr_mode and experimental_present_mode no longer supported
+
"dxvk_frame_rate": {
"name": "dxvk_frame_rate",
"fieldType": ConfigFieldType.INTEGER,