diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 09:02:50 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 09:02:50 -0400 |
| commit | 8448c823c000d494480bde677f76c60969805723 (patch) | |
| tree | 0a011fe8fa67fcc4989d8a2b657c3bfe0392a38c /src/components/UsageInstructions.tsx | |
| parent | f010473bfdf6b9a58960a5dac71fa48837ae6a1c (diff) | |
| download | decky-lsfg-vk-8448c823c000d494480bde677f76c60969805723.tar.gz decky-lsfg-vk-8448c823c000d494480bde677f76c60969805723.zip | |
move env vars into lsfg script, getting sunset in lsfg-vk config soon
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 5de1fcf..6025241 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -71,8 +71,8 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { • Flow Scale: ${Math.round(config.flow_scale * 100)}% • Performance Mode: ${config.performance_mode ? "Yes" : "No"} • HDR Mode: ${config.hdr_mode ? "Yes" : "No"} -• Present Mode: ${config.experimental_present_mode || "Default (FIFO)"} -• FPS Limit: ${config.experimental_fps_limit > 0 ? `${config.experimental_fps_limit} FPS` : "Off"}`} +• Present Mode: ${config.experimental_present_mode || "FIFO (VSync)"} +• DXVK Frame Rate: ${config.dxvk_frame_rate > 0 ? `${config.dxvk_frame_rate} FPS` : "Off"}`} </div> </PanelSectionRow> */} |
