From 402d8fb6856acd893a61d2052666d54058de64b0 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 24 Jul 2025 09:11:42 -0400 Subject: revert lsfg-vk fork that was crashing decks --- package.json | 4 ++-- shared_config.py | 8 -------- src/components/ConfigurationSection.tsx | 12 ------------ 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 000da33..41fe911 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "remote_binary": [ { "name": "lsfg-vk_archlinux.zip", - "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/fps-target-conf/lsfg-vk_archlinux.zip", - "sha256hash": "770f8b8c8698c6bbe7715f2c1dffe76979e40ca89462cd553f5ee6d8bdc7bdd4" + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/upstream-16403902734/lsfg-vk_archlinux.zip", + "sha256hash": "220628261bfea8c81661d37fd0069a02214e85dbf32e28dcb08c5f55a6193075" } ], diff --git a/shared_config.py b/shared_config.py index 72dcf11..68c7b82 100644 --- a/shared_config.py +++ b/shared_config.py @@ -44,14 +44,6 @@ CONFIG_SCHEMA_DEF = { "location": "toml" }, - "target_total_fps": { - "name": "target_total_fps", - "fieldType": ConfigFieldType.FLOAT, - "default": 0.0, - "description": "specify your post-frame gen target framerate to force specific frame pacing logic. 0 = default pacing", - "location": "toml" - }, - "performance_mode": { "name": "performance_mode", "fieldType": ConfigFieldType.BOOLEAN, diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 7c5d9ca..01b0ba1 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -49,18 +49,6 @@ export function ConfigurationSection({ /> - - onConfigChange(TARGET_TOTAL_FPS, value)} - /> - -