[TMS] Fix title screen

This commit is contained in:
Michael 2018-02-24 22:24:50 -08:00
parent b561743bec
commit bc5456e807

View File

@ -6,7 +6,6 @@ $scaleFactorX = $fullWidth / 1280.0;
$scaleFactorY = $fullHeight / 720.0;
$title = get_title($fullWidth, $fullHeight);
?>
[Definition]
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
name = "Tokyo Mirage Sessions FE - <?=$title?>"
@ -15,6 +14,7 @@ version = 2
[TextureRedefine]
width = 1280
height = 720
formatsExcluded = 0x1a
tileModesExcluded = 0x001
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>