From 2860720fc5d013e5d5ac419e329b64c22b9b2d5d Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 2 Dec 2017 18:33:22 -0800 Subject: [PATCH] [Rio 2016] add other resolutions taken from LW, similar enough engines that it might work with no issue --- Source/MarioSonicRio/rules.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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