mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
[TMS] Fix title screen
This commit is contained in:
parent
b561743bec
commit
bc5456e807
@ -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)?>
|
||||
|
Loading…
Reference in New Issue
Block a user