diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-19 19:55:35 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-03-19 19:55:35 -0400 |
| commit | 0c86c8464799d8868f9beb0e02cc5e747a959d5c (patch) | |
| tree | 2ecb1d19276f514228632c6acd1221a94e37d299 /main.py | |
| parent | 1eba411d542fdf657fb221303efa351dbfc0d7f3 (diff) | |
| download | Decky-Framegen-0c86c8464799d8868f9beb0e02cc5e747a959d5c.tar.gz Decky-Framegen-0c86c8464799d8868f9beb0e02cc5e747a959d5c.zip | |
Update OptiScaler bundle to 0.9.0-pre11
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -297,7 +297,8 @@ class Plugin: decky.logger.error(f"Failed to setup ASI plugins directory: {e}") decky.logger.info("Starting upscaler DLL overwrite check") - # Optionally overwrite amd_fidelityfx_upscaler_dx12.dll with a newer static binary + # Optionally overwrite amd_fidelityfx_upscaler_dx12.dll with the separately bundled + # RDNA2-optimized static binary used for Steam Deck compatibility. # Toggle via env DECKY_SKIP_UPSCALER_OVERWRITE=true to skip. try: skip_overwrite = os.environ.get("DECKY_SKIP_UPSCALER_OVERWRITE", "false").lower() in ("1", "true", "yes") |
