summaryrefslogtreecommitdiff
path: root/src/components/UsageInstructions.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-19 13:18:45 -0400
committerGitHub <noreply@github.com>2025-07-19 13:18:45 -0400
commitd1d5223e04a037c4ad08f5d4588ec86204ddda52 (patch)
tree615ecedc9b35b051df71e5c57ba4e0bced1630f9 /src/components/UsageInstructions.tsx
parentf010473bfdf6b9a58960a5dac71fa48837ae6a1c (diff)
parent259ed8601541852606966648e3b2cf25795cf21d (diff)
downloaddecky-lsfg-vk-d1d5223e04a037c4ad08f5d4588ec86204ddda52.tar.gz
decky-lsfg-vk-d1d5223e04a037c4ad08f5d4588ec86204ddda52.zip
Merge pull request #42 from xXJSONDeruloXx/relocate-envsv0.6.6
Relocate envs
Diffstat (limited to 'src/components/UsageInstructions.tsx')
-rw-r--r--src/components/UsageInstructions.tsx4
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> */}