diff --git a/SuperMario3DWorld_1080p/rules.txt b/SuperMario3DWorld_1080p/rules.txt index d5691d53..c944bdeb 100644 --- a/SuperMario3DWorld_1080p/rules.txt +++ b/SuperMario3DWorld_1080p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 overwriteHeight = 1080 \ No newline at end of file diff --git a/SuperMario3DWorld_1440p/rules.txt b/SuperMario3DWorld_1440p/rules.txt index 57975ed3..cbbde49e 100644 --- a/SuperMario3DWorld_1440p/rules.txt +++ b/SuperMario3DWorld_1440p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 overwriteHeight = 1440 \ No newline at end of file diff --git a/SuperMario3DWorld_2160p/rules.txt b/SuperMario3DWorld_2160p/rules.txt index e675f495..894c1cee 100644 --- a/SuperMario3DWorld_2160p/rules.txt +++ b/SuperMario3DWorld_2160p/rules.txt @@ -7,4 +7,10 @@ width = 1280 height = 720 formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 3840 overwriteHeight = 2160 \ No newline at end of file