From 9e45eca97948c77b3d443258419412e9914ffa46 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 3 Apr 2026 09:58:22 -0400 Subject: fix: label dxgi.dll as default in proxy DLL dropdown --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }, -- cgit v1.2.3