diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 09:11:42 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 09:11:42 -0400 |
| commit | 402d8fb6856acd893a61d2052666d54058de64b0 (patch) | |
| tree | f83e9286649dff9e0e076e71ebf54976da2ddfcb /src | |
| parent | 9bc43f5f7cec9e7bacc0e35903e1cbb1578414c6 (diff) | |
| download | decky-lsfg-vk-402d8fb6856acd893a61d2052666d54058de64b0.tar.gz decky-lsfg-vk-402d8fb6856acd893a61d2052666d54058de64b0.zip | |
revert lsfg-vk fork that was crashing decks
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ -50,18 +50,6 @@ export function ConfigurationSection({ </PanelSectionRow> <PanelSectionRow> - <SliderField - label={`Target Total FPS ${config.target_total_fps === 0 ? '(Default)' : config.target_total_fps.toFixed(0)}`} - description="Specify your post-frame gen target framerate to force specific frame pacing logic. 0 = default pacing" - value={config.target_total_fps} - min={0} - max={144} - step={1} - onChange={(value) => onConfigChange(TARGET_TOTAL_FPS, value)} - /> - </PanelSectionRow> - - <PanelSectionRow> <ToggleField label="Performance Mode" description="Uses a lighter model for FG (Recommended for most games)" |
