From 32056631e97d3f09ea4b04e19584a6bb1be52717 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 16 Sep 2025 10:46:41 -0400 Subject: feat: add int8 custom fsr dll, set opti ini to fsr4 true --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index f14bd97..b0352dd 100644 --- a/main.py +++ b/main.py @@ -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) -- cgit v1.2.3