summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-26 11:23:19 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-06-26 11:23:19 -0400
commitfd29203c37b7febe2a2713e62c141bf38ea3ae27 (patch)
tree3d4fc74f563c40c486564f1887bb3289bbd81143 /main.py
parent9de1dfaa92e39e9cbfbed2b17ddca335e02b4393 (diff)
downloadDecky-Framegen-fd29203c37b7febe2a2713e62c141bf38ea3ae27.tar.gz
Decky-Framegen-fd29203c37b7febe2a2713e62c141bf38ea3ae27.zip
fix: force Fsr4ForceModel=2 for all non-RDNA4 variantsv0.16.2-pre
Diffstat (limited to 'main.py')
-rw-r--r--main.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.py b/main.py
index f657cfe..59eaf28 100644
--- a/main.py
+++ b/main.py
@@ -60,6 +60,9 @@ FSR4_VARIANTS = {
"source_version": FSR4_INT8_ASSET["version"],
"uses_archive_native": False,
"extra_files": [],
+ "config_overrides": {
+ "Fsr4ForceModel": "2",
+ },
},
"rdna4-native": {
"label": "Native bundle / RDNA4",
@@ -85,7 +88,9 @@ FSR4_VARIANTS = {
"source_version": FSR4_OFFICIAL_411_ASSET["version"],
}
],
- "config_overrides": {},
+ "config_overrides": {
+ "Fsr4ForceModel": "2",
+ },
},
"rdna2-valve-411-pre10": {
"label": "4.1.1 Valve RDNA2 compatibility",