diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-16 10:46:41 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-16 10:46:41 -0400 |
| commit | 32056631e97d3f09ea4b04e19584a6bb1be52717 (patch) | |
| tree | ce8da9d1ce9395d37e0492e7b3343e5f819911d3 /main.py | |
| parent | 76ee4ac8fc9cedf14b25a5053f5af2cad3754198 (diff) | |
| download | Decky-Framegen-32056631e97d3f09ea4b04e19584a6bb1be52717.tar.gz Decky-Framegen-32056631e97d3f09ea4b04e19584a6bb1be52717.zip | |
feat: add int8 custom fsr dll, set opti ini to fsr4 truev0.11.14
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 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) |
