diff --git a/Performance/TropicalFreeze_360p/rules.txt b/Performance/TropicalFreeze_360p/rules.txt index ecac2094..41184f80 100644 --- a/Performance/TropicalFreeze_360p/rules.txt +++ b/Performance/TropicalFreeze_360p/rules.txt @@ -5,7 +5,7 @@ name = "Donkey Kong Country: Tropical Freeze - 360p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 640 overwriteHeight = 360 diff --git a/Performance/TropicalFreeze_540p/rules.txt b/Performance/TropicalFreeze_540p/rules.txt index 4a016ad2..b9560ac6 100644 --- a/Performance/TropicalFreeze_540p/rules.txt +++ b/Performance/TropicalFreeze_540p/rules.txt @@ -5,7 +5,7 @@ name = "Donkey Kong Country: Tropical Freeze - 540p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 960 overwriteHeight = 540 diff --git a/Quality/TropicalFreeze_1080p/rules.txt b/Quality/TropicalFreeze_1080p/rules.txt index dc6d34fe..78b8b7bf 100644 --- a/Quality/TropicalFreeze_1080p/rules.txt +++ b/Quality/TropicalFreeze_1080p/rules.txt @@ -5,6 +5,6 @@ name = "Donkey Kong Country: Tropical Freeze - 1080p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/TropicalFreeze_1440p/rules.txt b/Quality/TropicalFreeze_1440p/rules.txt index 464a6b76..8dea302a 100644 --- a/Quality/TropicalFreeze_1440p/rules.txt +++ b/Quality/TropicalFreeze_1440p/rules.txt @@ -5,6 +5,6 @@ name = "Donkey Kong Country: Tropical Freeze - 1440p (2K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/TropicalFreeze_2160p/rules.txt b/Quality/TropicalFreeze_2160p/rules.txt index dc986707..cb3a60e6 100644 --- a/Quality/TropicalFreeze_2160p/rules.txt +++ b/Quality/TropicalFreeze_2160p/rules.txt @@ -5,6 +5,6 @@ name = "Donkey Kong Country: Tropical Freeze - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file diff --git a/Quality/TropicalFreeze_900p/rules.txt b/Quality/TropicalFreeze_900p/rules.txt index 31317999..81440f3a 100644 --- a/Quality/TropicalFreeze_900p/rules.txt +++ b/Quality/TropicalFreeze_900p/rules.txt @@ -5,6 +5,6 @@ name = "Donkey Kong Country: Tropical Freeze - 900p" [TextureRedefine] # tv width = 1280 height = 720 -formatsExcluded = 0x031,0x001 # exclude the intro background texture +formatsExcluded = 0x031 # exclude the intro background texture overwriteWidth = 1600 overwriteHeight = 900 \ No newline at end of file