summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index ce61263..64b98c4 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -47,7 +47,7 @@ export const STYLES = {
// Proxy DLL name options for OptiScaler injection
export const PROXY_DLL_OPTIONS = [
- { value: "dxgi.dll", label: "dxgi.dll", hint: "Works for most DX12 games. Default." },
+ { value: "dxgi.dll", label: "dxgi.dll (default)", hint: "Works for most DX12 games. Default." },
{ value: "winmm.dll", label: "winmm.dll", hint: "Use when dxgi.dll conflicts with an existing game file." },
{ value: "version.dll", label: "version.dll", hint: "Common fallback; works well with many launchers." },
{ value: "dbghelp.dll", label: "dbghelp.dll", hint: "Use for debug helper hook paths." },