From 803e3ed3fcad06bad9938b23bbdeb8695266e072 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Feb 2018 23:02:41 -0800 Subject: [PATCH] [TokyoM] Add support Doesn't boot for me on 1.11.4 but boots for others, so I'm adding it. Got the resolutions via Cemu 1.6.4 --- Source/TokyoMirage/rules.txt | 132 +++++++++++++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 133 insertions(+) create mode 100644 Source/TokyoMirage/rules.txt diff --git a/Source/TokyoMirage/rules.txt b/Source/TokyoMirage/rules.txt new file mode 100644 index 00000000..f4b06bac --- /dev/null +++ b/Source/TokyoMirage/rules.txt @@ -0,0 +1,132 @@ + + +[Definition] +titleIds = 00050000101ED700,00050000101ED800,0005000010131D00 +name = "Tokyo Mirage Sessions FE - " +version = 2 + +[TextureRedefine] +width = 1280 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 1280 +height = 340 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 1147 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 1024 +height = 2048 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 1024 +#height = 1024 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 1014 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 881 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 854 +height = 480 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 854 +height = 342 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 853 +height = 232 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 640 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 640 +height = 360 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 320 +height = 180 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 300 +height = 480 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 266 +height = 480 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 254 +height = 480 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 160 +height = 120 +#formatsExcluded = +overwriteWidth = +overwriteHeight = diff --git a/build.sh b/build.sh index 7aad6b1b..cdabb45b 100644 --- a/build.sh +++ b/build.sh @@ -182,6 +182,7 @@ std_respack "TNTRacers" "${res16by9[@]/$just1080p}" std_respack "TaikoNoTatsujin" "${res16by9[@]/$just720p}" std_respack "Tekken" "${res16by9[@]/$just720p}" std_respack "Tengami" "${res16by9[@]/$just720p}" +std_respack "TokyoMirage" "${res16by9[@]/$just720p}" std_respack "TropicalFreeze" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "TurboSuperStuntSquad" "${res16by9[@]/$just720p}" std_respack "TwilightPrincessHD" "${res16by9[@]/$just1080p}"