From 38c9e0510c8506b949a97faa62332ec3e32cb2d1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 15 Jan 2017 09:59:14 -0800 Subject: [PATCH] Fix a few things --- .../StarFox_1080pGamepad/rules.txt | 29 +++++++++++++++++++ .../StarFox_1440pGamepad/rules.txt | 29 +++++++++++++++++++ .../StarFox_2160pGamepad/rules.txt | 29 +++++++++++++++++++ .../SuperMario3DWorld_1440pGamepad/rules.txt | 6 ---- .../SuperMario3DWorld_2160pGamepad/rules.txt | 6 ---- .../TheWindWaker_1080pGamepad/rules.txt | 9 ++++++ .../TwilightPrincess_1080pGamepad/rules.txt | 9 ++++++ Quality/StarFox_1080p/rules.txt | 6 ---- Quality/StarFox_1440p/rules.txt | 6 ---- Quality/StarFox_2160p/rules.txt | 6 ---- 10 files changed, 105 insertions(+), 30 deletions(-) create mode 100644 Quality (Gamepad)/StarFox_1080pGamepad/rules.txt create mode 100644 Quality (Gamepad)/StarFox_1440pGamepad/rules.txt create mode 100644 Quality (Gamepad)/StarFox_2160pGamepad/rules.txt create mode 100644 Quality (Gamepad)/TheWindWaker_1080pGamepad/rules.txt create mode 100644 Quality (Gamepad)/TwilightPrincess_1080pGamepad/rules.txt diff --git a/Quality (Gamepad)/StarFox_1080pGamepad/rules.txt b/Quality (Gamepad)/StarFox_1080pGamepad/rules.txt new file mode 100644 index 00000000..f2a77fc0 --- /dev/null +++ b/Quality (Gamepad)/StarFox_1080pGamepad/rules.txt @@ -0,0 +1,29 @@ +[Definition] +titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500 +name = "Star Fox Zero + Star Fox Guard - 1080p (Gamepad)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # tv +width = 1152 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 1728 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 640 +height = 480 +overwriteWidth = 960 +overwriteHeight = 540 \ No newline at end of file diff --git a/Quality (Gamepad)/StarFox_1440pGamepad/rules.txt b/Quality (Gamepad)/StarFox_1440pGamepad/rules.txt new file mode 100644 index 00000000..329c624e --- /dev/null +++ b/Quality (Gamepad)/StarFox_1440pGamepad/rules.txt @@ -0,0 +1,29 @@ +[Definition] +titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500 +name = "Star Fox Zero + Star Fox Guard - 1440p (Gamepad) (2K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # tv +width = 1152 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 2304 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 640 +height = 480 +overwriteWidth = 1280 +overwriteHeight = 720 \ No newline at end of file diff --git a/Quality (Gamepad)/StarFox_2160pGamepad/rules.txt b/Quality (Gamepad)/StarFox_2160pGamepad/rules.txt new file mode 100644 index 00000000..08ef66e2 --- /dev/null +++ b/Quality (Gamepad)/StarFox_2160pGamepad/rules.txt @@ -0,0 +1,29 @@ +[Definition] +titleIds = 00050000101BEB00,00050000101BEC00,00050000101BED00,00050000101AFF00,00050000101B0400,00050000101B0500 +name = "Star Fox Zero + Star Fox Guard - 2160p (Gamepad) (4K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # tv +width = 1152 +height = 720 +formatsExcluded = 0x41A # exclude the intro background texture +overwriteWidth = 3456 +overwriteHeight = 2160 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 640 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality (Gamepad)/SuperMario3DWorld_1440pGamepad/rules.txt b/Quality (Gamepad)/SuperMario3DWorld_1440pGamepad/rules.txt index 32d8a0e6..42232798 100644 --- a/Quality (Gamepad)/SuperMario3DWorld_1440pGamepad/rules.txt +++ b/Quality (Gamepad)/SuperMario3DWorld_1440pGamepad/rules.txt @@ -9,12 +9,6 @@ formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 2560 overwriteHeight = 1440 -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 2560 -overwriteHeight = 1440 - [TextureRedefine] # gamepad width = 854 height = 480 diff --git a/Quality (Gamepad)/SuperMario3DWorld_2160pGamepad/rules.txt b/Quality (Gamepad)/SuperMario3DWorld_2160pGamepad/rules.txt index 33d1b942..02f3cce7 100644 --- a/Quality (Gamepad)/SuperMario3DWorld_2160pGamepad/rules.txt +++ b/Quality (Gamepad)/SuperMario3DWorld_2160pGamepad/rules.txt @@ -9,12 +9,6 @@ formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture overwriteWidth = 3840 overwriteHeight = 2160 -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 3840 -overwriteHeight = 2160 - [TextureRedefine] # gamepad width = 854 height = 480 diff --git a/Quality (Gamepad)/TheWindWaker_1080pGamepad/rules.txt b/Quality (Gamepad)/TheWindWaker_1080pGamepad/rules.txt new file mode 100644 index 00000000..7b34da39 --- /dev/null +++ b/Quality (Gamepad)/TheWindWaker_1080pGamepad/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 0005000010143400,0005000010143600,0005000010143500 +name = "The Wind Waker HD - 1080p (Gamepad)" + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality (Gamepad)/TwilightPrincess_1080pGamepad/rules.txt b/Quality (Gamepad)/TwilightPrincess_1080pGamepad/rules.txt new file mode 100644 index 00000000..b4c9ba33 --- /dev/null +++ b/Quality (Gamepad)/TwilightPrincess_1080pGamepad/rules.txt @@ -0,0 +1,9 @@ +[Definition] +titleIds = 000500001019C800,000500001019E600,000500001019E500 +name = "Twilight Princess HD - 1080p (Gamepad)" + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/StarFox_1080p/rules.txt b/Quality/StarFox_1080p/rules.txt index 14f60c29..7c6250b3 100644 --- a/Quality/StarFox_1080p/rules.txt +++ b/Quality/StarFox_1080p/rules.txt @@ -16,12 +16,6 @@ formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 1728 overwriteHeight = 1080 -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 1920 -overwriteHeight = 1080 - [TextureRedefine] # gamepad width = 640 height = 480 diff --git a/Quality/StarFox_1440p/rules.txt b/Quality/StarFox_1440p/rules.txt index c71eab22..5bc44c59 100644 --- a/Quality/StarFox_1440p/rules.txt +++ b/Quality/StarFox_1440p/rules.txt @@ -16,12 +16,6 @@ formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 2304 overwriteHeight = 1440 -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 2560 -overwriteHeight = 1440 - [TextureRedefine] # gamepad width = 640 height = 480 diff --git a/Quality/StarFox_2160p/rules.txt b/Quality/StarFox_2160p/rules.txt index 00a93f64..beea9d4a 100644 --- a/Quality/StarFox_2160p/rules.txt +++ b/Quality/StarFox_2160p/rules.txt @@ -16,12 +16,6 @@ formatsExcluded = 0x41A # exclude the intro background texture overwriteWidth = 3456 overwriteHeight = 2160 -[TextureRedefine] # gamepad -width = 854 -height = 480 -overwriteWidth = 2560 -overwriteHeight = 1440 - [TextureRedefine] # gamepad width = 640 height = 480