diff --git a/Enhancements/TheWindWaker_NoBloom/rules.txt b/Enhancements/TheWindWaker_NoBloom/rules.txt index 5b4f26ca..bd64ab95 100644 --- a/Enhancements/TheWindWaker_NoBloom/rules.txt +++ b/Enhancements/TheWindWaker_NoBloom/rules.txt @@ -6,5 +6,6 @@ name = "The Wind Waker HD - No Bloom" width = 480 height = 270 formats = 0x816 +textures = 0xf4000800 overwriteWidth = 0 overwriteHeight = 0 \ No newline at end of file diff --git a/No HUD/MK8_NoHUD/rules.txt b/No HUD/MK8_NoHUD/rules.txt index 003c5ba4..ccc1f11a 100644 --- a/No HUD/MK8_NoHUD/rules.txt +++ b/No HUD/MK8_NoHUD/rules.txt @@ -1,3 +1,4 @@ +# todo: Make HUD elements actually disappear [Definition] titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1 name = "Mario Kart 8 - No HUD (WIP)" diff --git a/Performance/NintendoLand_360p/rules.txt b/Performance/NintendoLand_360p/rules.txt index df1c2acc..5eaf6c3b 100644 --- a/Performance/NintendoLand_360p/rules.txt +++ b/Performance/NintendoLand_360p/rules.txt @@ -5,8 +5,7 @@ name = "Nintendo Land - 360p" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 640 overwriteHeight = 360 diff --git a/Quality - Gamepad/NintendoLand_1080pGamepad/rules.txt b/Quality - Gamepad/NintendoLand_1080pGamepad/rules.txt index f9e783fa..5b8c97ca 100644 --- a/Quality - Gamepad/NintendoLand_1080pGamepad/rules.txt +++ b/Quality - Gamepad/NintendoLand_1080pGamepad/rules.txt @@ -5,8 +5,7 @@ name = "Nintendo Land - 1080p (Gamepad)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 1920 overwriteHeight = 1080 diff --git a/Quality - Gamepad/NintendoLand_1440pGamepad/rules.txt b/Quality - Gamepad/NintendoLand_1440pGamepad/rules.txt index 31dfd276..2d7abba2 100644 --- a/Quality - Gamepad/NintendoLand_1440pGamepad/rules.txt +++ b/Quality - Gamepad/NintendoLand_1440pGamepad/rules.txt @@ -5,8 +5,7 @@ name = "Nintendo Land - 1440p (Gamepad) (2K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 2560 overwriteHeight = 1440 diff --git a/Quality - Gamepad/NintendoLand_2160pGamepad/rules.txt b/Quality - Gamepad/NintendoLand_2160pGamepad/rules.txt index cb797afc..543a7678 100644 --- a/Quality - Gamepad/NintendoLand_2160pGamepad/rules.txt +++ b/Quality - Gamepad/NintendoLand_2160pGamepad/rules.txt @@ -5,8 +5,7 @@ name = "Nintendo Land - 2160p (Gamepad) (4K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 3840 overwriteHeight = 2160 diff --git a/Quality/NintendoLand_1080p/rules.txt b/Quality/NintendoLand_1080p/rules.txt index 9984da0d..cc18ae1e 100644 --- a/Quality/NintendoLand_1080p/rules.txt +++ b/Quality/NintendoLand_1080p/rules.txt @@ -5,7 +5,6 @@ name = "Nintendo Land - 1080p" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/NintendoLand_1440p/rules.txt b/Quality/NintendoLand_1440p/rules.txt index d976eb36..d392fa5b 100644 --- a/Quality/NintendoLand_1440p/rules.txt +++ b/Quality/NintendoLand_1440p/rules.txt @@ -5,7 +5,6 @@ name = "Nintendo Land - 1440p (2K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/NintendoLand_2160p/rules.txt b/Quality/NintendoLand_2160p/rules.txt index 8850d3b8..a80c3717 100644 --- a/Quality/NintendoLand_2160p/rules.txt +++ b/Quality/NintendoLand_2160p/rules.txt @@ -5,7 +5,6 @@ name = "Nintendo Land - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the intro background texture -# currently disabled, for some reason the game never upscales with the exclusion +textures = 0x1f712000 overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file