From 3e2b7db4babdde29da1a6bd7bf39e57ff004ba26 Mon Sep 17 00:00:00 2001 From: Crementif Date: Tue, 30 Jan 2018 22:17:20 +0100 Subject: [PATCH] Add Mario Party 10 Resolution Packs Just to test the game before people will find the exact resolutions. --- Source/MarioParty10/rules.txt | 25 +++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 26 insertions(+) create mode 100644 Source/MarioParty10/rules.txt diff --git a/Source/MarioParty10/rules.txt b/Source/MarioParty10/rules.txt new file mode 100644 index 00000000..2145b24f --- /dev/null +++ b/Source/MarioParty10/rules.txt @@ -0,0 +1,25 @@ + +[Definition] +titleIds = 0005000010162D00,0005000010162E00,0005000E10161F00 +name = "Mario Party 10 - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = +overwriteHeight = \ No newline at end of file diff --git a/build.sh b/build.sh index bd22a562..ec54db6e 100644 --- a/build.sh +++ b/build.sh @@ -149,6 +149,7 @@ std_respack "LEGOCityUndercover" "${res16by9[@]/$just720p}" std_respack "MarioKart8" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}" std_respack "MarioTennis" "${res16by9[@]/$just720p}" +std_respack "MarioParty10" "${res16by9[@]/$just720p}" std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just1080p}" std_respack "NBA2K13" "${res16by9[@]/$just720p}" std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}"