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 | |
| parent | 4a2df0143542b968473ce43a233940e8d9d304e6 (diff) | |
| parent | 6d0346cb2e2b97ac08771eb10af96e5c43a3c98f (diff) | |
| download | Decky-Framegen-94d1f366e5d7c7f8860000cce73643b2b8cfb0dd.tar.gz Decky-Framegen-94d1f366e5d7c7f8860000cce73643b2b8cfb0dd.zip | |
| -rw-r--r-- | main.py | 4 | ||||
| -rw-r--r-- | package.json | 8 |
2 files changed, 6 insertions, 6 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(): diff --git a/package.json b/package.json index 1075322..97f17bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-framegen", - "version": "0.15.2", + "version": "0.15.3", "description": "This plugin installs and manages OptiScaler, a tool that enhances upscaling and enables frame generation in a range of DirectX 12 games.", "type": "module", "scripts": { @@ -63,9 +63,9 @@ "name": "amd_fidelityfx_upscaler_dx12.dll" }, { - "sha256hash": "c4afb71d179894ac68874d48295e101fedb0dd8e10bcec29163760465706267c", - "url": "https://github.com/optiscaler/OptiPatcher/releases/download/v0.30/OptiPatcher_v0.30.asi", - "name": "OptiPatcher_v0.30.asi" + "sha256hash": "88b9e1be3559737cd205fdf5f2c8550cf1923fb1def4c603e5bf03c3e84131b1", + "url": "https://github.com/xXJSONDeruloXx/OptiScaler-Bleeding-Edge/releases/download/bins-for-optipatcher-rolling/OptiPatcher_rolling.asi", + "name": "OptiPatcher_rolling.asi" } ] } |
