diff --git a/Source/PuyoPuyoTetris/rules.txt b/Source/PuyoPuyoTetris/rules.txt index bd0ec06c..25a0a6a7 100644 --- a/Source/PuyoPuyoTetris/rules.txt +++ b/Source/PuyoPuyoTetris/rules.txt @@ -14,7 +14,6 @@ version = 2 [TextureRedefine] # tv width = 1920 height = 1080 -tileModesExcluded = 0x1 overwriteWidth = overwriteHeight = diff --git a/Source/TaikoNoTatsujin/rules.txt b/Source/TaikoNoTatsujin/rules.txt new file mode 100644 index 00000000..cc187b9e --- /dev/null +++ b/Source/TaikoNoTatsujin/rules.txt @@ -0,0 +1,38 @@ + +[Definition] +titleIds = 00050000101d3000 +name = "Taiko no Tatsujin: Atsumete Tomodachi Daisakusen! - " +version = 2 + +[TextureRedefine] # tv +width = 1280 +height = 720 +#formatsExcluded = 0x1a # disabled because shares same format as display texture itself +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # ??? +width = 600 +height = 600 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # ??? +width = 400 +height = 256 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +#overwriteWidth = +#overwriteHeight = diff --git a/build.sh b/build.sh index c8cee129..b094c90a 100644 --- a/build.sh +++ b/build.sh @@ -154,6 +154,7 @@ std_respack "StarFoxZero" "${res16by9[@]/$just720p}" std_respack "SuperMario3DWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" std_respack "SuperSmashBros" "${res16by9[@]/$just1080p}" std_respack "TNTRacers" "${res16by9[@]/$just1080p}" +std_respack "TaikoNoTatsujin" "${res16by9[@]/$just720p}" std_respack "Tekken" "${res16by9[@]/$just720p}" std_respack "Tengami" "${res16by9[@]/$just720p}" std_respack "TropicalFreeze" "${res16by9[@]/$just720p}" "${res21by9[@]}"