From 22db1125238e54b29538102727c36284e122e703 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 7 Sep 2026 16:02:26 -0400 Subject: feat: refine game discovery and profile UX --- py_modules/lsfg_vk/config_schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py_modules/lsfg_vk/config_schema.py') diff --git a/py_modules/lsfg_vk/config_schema.py b/py_modules/lsfg_vk/config_schema.py index 675ab61..ce109f3 100644 --- a/py_modules/lsfg_vk/config_schema.py +++ b/py_modules/lsfg_vk/config_schema.py @@ -20,7 +20,7 @@ PROFILE_DEFAULTS: Dict[str, Any] = { "active_in": [], "pacing_mode": "vsync", "multiplier": 2, - "flow_scale": 1.0, + "flow_scale": 0.8, "performance_mode": False, "override_present_mode": True, "preserve_swapchain_image_count": False, @@ -78,7 +78,7 @@ class ConfigurationManager: if not path_value: return "" path = Path(path_value) - if path.name.lower() in {"lossless.dll", "losslessscaling.dll"}: + if path.name.lower() in {"lossless.dll"}: return str(path.with_name("lsfg-vk.dll")) return path_value -- cgit v1.2.3