From a60530488b322395aff04bf2b3120a8ec4f7efd5 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 25 Dec 2017 07:46:46 -0800 Subject: [PATCH 1/3] Add Darth_Banan's Co-op resolutions --- Source/HyruleWarriors/rules.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Source/HyruleWarriors/rules.txt b/Source/HyruleWarriors/rules.txt index 6bc14977..fe228a2d 100644 --- a/Source/HyruleWarriors/rules.txt +++ b/Source/HyruleWarriors/rules.txt @@ -20,12 +20,24 @@ tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = +[TextureRedefine] #Game Resolution (Co-Op) +width = 864 +height = 480 +overwriteWidth = +overwriteHeight = + [TextureRedefine] #Gamepad width = 854 height = 480 overwriteWidth = overwriteHeight = +[TextureRedefine] #Gamepad (Co-Op) +width = 648 +height = 368 +overwriteWidth = +overwriteHeight = + [TextureRedefine] #Only saw depth in Nsight width = 640 height = 360 From 37169ea974fa86c9dcc8954dd988537f0e6cac92 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 25 Dec 2017 08:10:29 -0800 Subject: [PATCH 2/3] [Pokken] Cemu 1.11.3 --- Source/PokkenTournament/rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PokkenTournament/rules.txt b/Source/PokkenTournament/rules.txt index 114e387b..dcbfe184 100644 --- a/Source/PokkenTournament/rules.txt +++ b/Source/PokkenTournament/rules.txt @@ -23,8 +23,8 @@ overwriteHeight = [TextureRedefine] # In-Game Resolution width = 960 height = 720 -#overwriteWidth = -#overwriteHeight = +overwriteWidth = +overwriteHeight = [TextureRedefine] # Gamepad width = 854 From e65a9445de51e2e2cfd621a546f4e05fa40ae305 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 25 Dec 2017 08:59:48 -0800 Subject: [PATCH 3/3] Super Mario Maker --- Source/SuperMarioMaker/rules.txt | 24 ++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 25 insertions(+) create mode 100644 Source/SuperMarioMaker/rules.txt diff --git a/Source/SuperMarioMaker/rules.txt b/Source/SuperMarioMaker/rules.txt new file mode 100644 index 00000000..29b8dd91 --- /dev/null +++ b/Source/SuperMarioMaker/rules.txt @@ -0,0 +1,24 @@ + +[Definition] +titleIds = 000500001018DB00,000500001018DC00,000500001018DD00 +name = "Super Mario Maker - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +#overwriteWidth = +#overwriteHeight = diff --git a/build.sh b/build.sh index 1aadc8d4..555ee466 100644 --- a/build.sh +++ b/build.sh @@ -169,6 +169,7 @@ std_respack "SpongeBob" "${res16by9[@]/$just720p}" std_respack "StarFoxGuard" "${res16by9[@]/$just720p}" std_respack "StarFoxZero" "${res16by9[@]/$just720p}" std_respack "SuperMario3DWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" +std_respack "SuperMarioMaker" "${res16by9[@]/$just720p}" std_respack "SuperSmashBros" "${res16by9[@]/$just1080p}" std_respack "TNTRacers" "${res16by9[@]/$just1080p}" std_respack "TaikoNoTatsujin" "${res16by9[@]/$just720p}"