From ce1d0353ab81584ee3847f34ec7d94a7303a258c Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 24 Jul 2025 10:46:07 -0400 Subject: re-org config layout --- src/components/ConfigurationSection.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 67e010a..d7780d2 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -83,6 +83,20 @@ export function ConfigurationSection({ + onConfigChange(EXPERIMENTAL_PRESENT_MODE, value.data)} + rgOptions={[ + { data: "fifo", label: "FIFO (VSync) - Default" }, + { data: "mailbox", label: "Mailbox" } + ]} + /> + + + {/*
Experimental Features
-
- - - onConfigChange(EXPERIMENTAL_PRESENT_MODE, value.data)} - rgOptions={[ - { data: "fifo", label: "FIFO (VSync) - Default" }, - { data: "mailbox", label: "Mailbox" } - ]} - /> - + */} 0 ? ` (${config.dxvk_frame_rate} FPS)` : ' (Off)'}`} - description="Base framerate cap for DirectX games, before frame multiplier" + description="Base framerate cap for DirectX games, before frame multiplier. (Requires game restart to apply)" value={config.dxvk_frame_rate} min={0} max={60} -- cgit v1.2.3