diff --git a/NSMBU_1080p/rules.txt b/NSMBU_1080p/rules.txt new file mode 100644 index 00000000..4a966f23 --- /dev/null +++ b/NSMBU_1080p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010101D00,0005000010101E00,000500001014B700,000500001014B800,0005000010101C00,0005000010142300,0005000010142400,0005000010142200 +name = "New Super Mario Bros. U + New Super Luigi U - 1080p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/NSMBU_1440p/rules.txt b/NSMBU_1440p/rules.txt new file mode 100644 index 00000000..6f54713b --- /dev/null +++ b/NSMBU_1440p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010101D00,0005000010101E00,000500001014B700,000500001014B800,0005000010101C00,0005000010142300,0005000010142400,0005000010142200 +name = "New Super Mario Bros. U + New Super Luigi U - 1440p (2K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 +overwriteHeight = 1440 \ No newline at end of file diff --git a/NSMBU_2160p/rules.txt b/NSMBU_2160p/rules.txt new file mode 100644 index 00000000..59fdb5a8 --- /dev/null +++ b/NSMBU_2160p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010101D00,0005000010101E00,000500001014B700,000500001014B800,0005000010101C00,0005000010142300,0005000010142400,0005000010142200 +name = "New Super Mario Bros. U + New Super Luigi U - 2160p (4K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 3840 +overwriteHeight = 2160 \ No newline at end of file diff --git a/NintendoLand_1080p/rules.txt b/NintendoLand_1080p/rules.txt index 83e75b78..f8725a27 100644 --- a/NintendoLand_1080p/rules.txt +++ b/NintendoLand_1080p/rules.txt @@ -5,7 +5,8 @@ name = "Nintendo Land - 1080p" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the title screen texture # currently broken +# formatsExcluded = 0x01A # exclude the intro background texture +# currently disabled, for some reason the game never upscales with the exclusion overwriteWidth = 1920 overwriteHeight = 1080 diff --git a/NintendoLand_1440p/rules.txt b/NintendoLand_1440p/rules.txt index a28191d0..f9b72f6e 100644 --- a/NintendoLand_1440p/rules.txt +++ b/NintendoLand_1440p/rules.txt @@ -5,7 +5,8 @@ name = "Nintendo Land - 1440p (2K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the title screen texture # currently broken +# formatsExcluded = 0x01A # exclude the intro background texture +# currently disabled, for some reason the game never upscales with the exclusion overwriteWidth = 2560 overwriteHeight = 1440 diff --git a/NintendoLand_2160p/rules.txt b/NintendoLand_2160p/rules.txt index 0cb7560e..eeebaaea 100644 --- a/NintendoLand_2160p/rules.txt +++ b/NintendoLand_2160p/rules.txt @@ -5,7 +5,8 @@ name = "Nintendo Land - 2160p (4K)" [TextureRedefine] # tv width = 1280 height = 720 -# formatsExcluded = 0x01A # exclude the title screen texture # currently broken +# formatsExcluded = 0x01A # exclude the intro background texture +# currently disabled, for some reason the game never upscales with the exclusion overwriteWidth = 3840 overwriteHeight = 2160 diff --git a/README.md b/README.md index 6cfba37d..f9ed557a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ -Nintendo Land (1080p, 1440p, 2160p) +-New Super Mario Bros. U + New Super Luigi U (1080p, 1440p, 2160p) + -Pikmin 3 (1080p, 1440p, 2160p) -Splatoon (1080p, 1440p, 2160p)