diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 09:58:22 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 09:58:22 -0400 |
| commit | 9e45eca97948c77b3d443258419412e9914ffa46 (patch) | |
| tree | eea89a946fd64fbb3a0555ae6570ea5b6d671461 | |
| parent | 089c858feb1b6f4756bc241b14edcb2ad55dc0a0 (diff) | |
| download | Decky-Framegen-9e45eca97948c77b3d443258419412e9914ffa46.tar.gz Decky-Framegen-9e45eca97948c77b3d443258419412e9914ffa46.zip | |
fix: label dxgi.dll as default in proxy DLL dropdownv0.15.1-opti-090-final
| -rw-r--r-- | src/utils/constants.ts | 2 |
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." }, |
