diff options
| -rw-r--r-- | main.py | 2 | ||||
| -rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -77,7 +77,7 @@ class Plugin: updated_content = re.sub(r'FGType\s*=\s*auto', 'FGType=nukems', content) # Replace Fsr4Update=auto with Fsr4Update=true - # updated_content = re.sub(r'Fsr4Update\s*=\s*auto', 'Fsr4Update=true', updated_content) + updated_content = re.sub(r'Fsr4Update\s*=\s*auto', 'Fsr4Update=true', updated_content) with open(ini_file, 'w') as f: f.write(updated_content) diff --git a/package.json b/package.json index 7afd954..f1badcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-framegen", - "version": "0.11.13", + "version": "0.11.14", "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": { @@ -53,8 +53,8 @@ "remote_binary": [ { - "sha256hash": "70103bf3746140d368179773edeafb02ec9718efa130276b8da833c3156fbfe3", - "url": "https://github.com/optiscaler/OptiScaler/releases/download/v0.7.9/OptiScaler_0.7.9.7z", + "sha256hash": "77432c5f7f8e28e2b1a205afd97dbf608f132f6c5748a54d2856700c4ea43ee4", + "url": "https://github.com/xXJSONDeruloXx/OptiScaler-Bleeding-Edge/releases/download/OptiScaler_v0.7.9_fsr4_int8/OptiScaler_0.7.9.7z", "name": "OptiScaler_0.7.9.7z", "size": 0 }, |
