diff --git a/Enhancements/NintendoLand_HighResShadows/rules.txt b/Enhancements/NintendoLand_HighResShadows/rules.txt new file mode 100644 index 00000000..7b15beee --- /dev/null +++ b/Enhancements/NintendoLand_HighResShadows/rules.txt @@ -0,0 +1,11 @@ +# FYI: Enhancements are meant to be edited, just make sure to edit the overwrite height and width. +[Definition] +titleIds = 0005000010101F00,0005000010102000,0005000010102100 +name = "Nintendo Land - High Res Shadows" + +[TextureRedefine] +width = 2048 +height = 2048 +formats = 0x005 +overwriteWidth = 4096 +overwriteHeight = 4096 \ No newline at end of file diff --git a/Performance/NintendoLand_360p/rules.txt b/Performance/NintendoLand_360p/rules.txt index 5eaf6c3b..f6d2851b 100644 --- a/Performance/NintendoLand_360p/rules.txt +++ b/Performance/NintendoLand_360p/rules.txt @@ -40,4 +40,11 @@ width = 424 height = 240 formatsExcluded = 0x41A,0x431 # exclude obvious textures overwriteWidth = 212 -overwriteHeight = 120 \ No newline at end of file +overwriteHeight = 120 + +[TextureRedefine] +width = 2048 +height = 2048 +formats = 0x005 +overwriteWidth = 1024 +overwriteHeight = 1024 \ No newline at end of file diff --git a/Performance/NintendoLand_540p/rules.txt b/Performance/NintendoLand_540p/rules.txt index 8dbe3f61..7c2226c0 100644 --- a/Performance/NintendoLand_540p/rules.txt +++ b/Performance/NintendoLand_540p/rules.txt @@ -40,4 +40,11 @@ width = 424 height = 240 formatsExcluded = 0x41A,0x431 # exclude obvious textures overwriteWidth = 212 -overwriteHeight = 120 \ No newline at end of file +overwriteHeight = 120 + +[TextureRedefine] +width = 2048 +height = 2048 +formats = 0x005 +overwriteWidth = 1024 +overwriteHeight = 1024 \ No newline at end of file