diff --git a/Source/MarioSonicRio/rules.txt b/Source/MarioSonicRio/rules.txt index 296035df..cdaae961 100644 --- a/Source/MarioSonicRio/rules.txt +++ b/Source/MarioSonicRio/rules.txt @@ -4,6 +4,7 @@ $fullWidth = $argv[1]; $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; + $title = get_title($fullWidth, $fullHeight); ?> [Definition] @@ -17,6 +18,25 @@ height = 720 overwriteWidth = overwriteHeight = +[TextureRedefine] +width = 640 +height = 360 +tileModesExcluded = 0x001 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 320 +height = 180 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 160 +height = 90 +overwriteWidth = +overwriteHeight = + [TextureRedefine] # gamepad width = 854 height = 480