diff options
| author | XxJSONDeruloxX <danielhimebauch@gmail.com> | 2026-04-19 12:41:49 -0400 |
|---|---|---|
| committer | XxJSONDeruloxX <danielhimebauch@gmail.com> | 2026-04-19 12:41:49 -0400 |
| commit | 94d1f366e5d7c7f8860000cce73643b2b8cfb0dd (patch) | |
| tree | c232ed65a487a1bcb4c83d7a5b612397376b0805 /main.py | |
| parent | 4a2df0143542b968473ce43a233940e8d9d304e6 (diff) | |
| parent | 6d0346cb2e2b97ac08771eb10af96e5c43a3c98f (diff) | |
| download | Decky-Framegen-0.15.3.tar.gz Decky-Framegen-0.15.3.zip | |
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -351,7 +351,7 @@ class Plugin: # 0.9.0-final's own NGX proxy layer. OptiScaler handles all NGX interception # internally; the bare nvidia DLL caused export-not-found failures on Proton. additional_files = [ - "OptiPatcher_v0.30.asi" # ASI plugin for OptiScaler spoofing + "OptiPatcher_rolling.asi" # ASI plugin for OptiScaler spoofing ] decky.logger.info("Starting additional files copy") @@ -389,7 +389,7 @@ class Plugin: decky.logger.info(f"Created plugins directory: {plugins_dir}") # Copy OptiPatcher ASI file to plugins directory - asi_src = bin_path / "OptiPatcher_v0.30.asi" + asi_src = bin_path / "OptiPatcher_rolling.asi" asi_dst = plugins_dir / "OptiPatcher.asi" # Rename to generic name if asi_src.exists(): |
