diff --git a/README.md b/README.md index d4fd14df..aa3a2e0d 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ -Super Smash Bros. (1440p, 2160p) --Twilight Princess HD (1080p Gamepad, 1440p, 2160p) - -The Wind Waker HD (1080p Gamepad, 1440p, 2160p) +-Twilight Princess HD (1080p Gamepad, 1440p, 2160p) + -Xenoblade Chronicles X (1080p, 1440p, 2160p) +-Yoshi's Woolly World (1080p, 1440p, 2160p) + #Issues -Donkey Kong Country: Tropical Freeze diff --git a/XCX_1080p/rules.txt b/XCX_1080p/rules.txt index 8a22e958..24e80eed 100644 --- a/XCX_1080p/rules.txt +++ b/XCX_1080p/rules.txt @@ -1,6 +1,6 @@ [Definition] titleIds = 00050000101c4c00,00050000101C4D00 -name = "Xenoblade Chronicles - 1080p" +name = "Xenoblade Chronicles X - 1080p" [TextureRedefine] # tv width = 1280 diff --git a/XCX_1440p/rules.txt b/XCX_1440p/rules.txt index 6ed7f812..41d5d007 100644 --- a/XCX_1440p/rules.txt +++ b/XCX_1440p/rules.txt @@ -1,6 +1,6 @@ [Definition] titleIds = 00050000101c4c00,00050000101C4D00 -name = "Xenoblade Chronicles - 1440p (2K)" +name = "Xenoblade Chronicles X - 1440p (2K)" [TextureRedefine] # tv width = 1280 diff --git a/XCX_2160p/rules.txt b/XCX_2160p/rules.txt index 9f2a2985..031b6f88 100644 --- a/XCX_2160p/rules.txt +++ b/XCX_2160p/rules.txt @@ -1,6 +1,6 @@ [Definition] titleIds = 00050000101c4c00,00050000101C4D00 -name = "Xenoblade Chronicles - 2160p (4K)" +name = "Xenoblade Chronicles X - 2160p (4K)" [TextureRedefine] # tv width = 1280 diff --git a/Yoshi_1080p/rules.txt b/Yoshi_1080p/rules.txt new file mode 100644 index 00000000..cad29b69 --- /dev/null +++ b/Yoshi_1080p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010131F00,0005000010184E00,0005000010184D00 +name = "Yoshi's Woolly World - 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/Yoshi_1440p/rules.txt b/Yoshi_1440p/rules.txt new file mode 100644 index 00000000..d3c52dd7 --- /dev/null +++ b/Yoshi_1440p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010131F00,0005000010184E00,0005000010184D00 +name = "Yoshi's Woolly World - 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/Yoshi_2160p/rules.txt b/Yoshi_2160p/rules.txt new file mode 100644 index 00000000..3fab80a2 --- /dev/null +++ b/Yoshi_2160p/rules.txt @@ -0,0 +1,15 @@ +[Definition] +titleIds = 0005000010131F00,0005000010184E00,0005000010184D00 +name = "Yoshi's Woolly World - 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