diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-06-26 11:23:19 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-06-26 11:23:19 -0400 |
| commit | fd29203c37b7febe2a2713e62c141bf38ea3ae27 (patch) | |
| tree | 3d4fc74f563c40c486564f1887bb3289bbd81143 /main.py | |
| parent | 9de1dfaa92e39e9cbfbed2b17ddca335e02b4393 (diff) | |
| download | Decky-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.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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", |
