diff --git a/Source/Smurfs2/rules.txt b/Source/Smurfs2/rules.txt new file mode 100644 index 00000000..916f62b4 --- /dev/null +++ b/Source/Smurfs2/rules.txt @@ -0,0 +1,73 @@ + +[Definition] +titleIds = 0005000010115D00 +name = "The Smurfs 2 - " +version = 2 + +[TextureRedefine] # tv +width = 1920 +height = 1080 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 16 +#height = 16 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 64 +#height = 64 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 256 +#height = 256 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 512 +#height = 512 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 1024 +#height = 1024 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 512 +#height = 448 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 448 +#height = 448 +#formatsExcluded = +overwriteWidth = +overwriteHeight = \ No newline at end of file diff --git a/build.sh b/build.sh index 7c70f9cc..d53a6470 100644 --- a/build.sh +++ b/build.sh @@ -189,6 +189,7 @@ std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}" std_respack "Severed" "${res16by9[@]/$just720p}" std_respack "ShantaeHGH" "${res16by9[@]/$just1080p}" std_respack "ShovelKnight" "${res16by9[@]/$just1080p}" +std_respack "Smurfs2" "${res16by9[@]/$just1080p}" std_respack "SonicLostWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "Splatoon" "${res16by9[@]/$just720p}" "${res21by9[@]}" std_respack "SpongeBob" "${res16by9[@]/$just720p}"