Revert "[TMS] Fix title screen"

This reverts commit bc5456e8076e4b87fa21fdb0a099f4b3ca7b8a15.
This commit is contained in:
Michael 2018-02-24 22:26:35 -08:00
parent bc5456e807
commit 240ace5cc2

View File

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