cemu_graphic_packs/Source/FASTRacingNEO/rules.txt

50 lines
1.2 KiB
Plaintext
Raw Normal View History

<?php
include 'Source/functions.php';
$fullWidth = $argv[1];
$fullHeight = $argv[2];
$scaleFactorX = $fullWidth / 1280.0;
$scaleFactorY = $fullHeight / 720.0;
$title = get_title($fullWidth, $fullHeight);
?>
[Definition]
titleIds = 000500001012f000
name = "FAST Racing NEO - <?=$title?>"
version = 2
[TextureRedefine] # TV
width = 1280
height = 720
formatsExcluded = 0x433
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # Half-width 1
width = 640
height = 720
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # Half-res
2018-02-25 08:03:54 +01:00
width = 640
height = 360
2018-02-25 08:03:54 +01:00
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?>
2018-02-25 08:03:54 +01:00
[TextureRedefine] # Half-width 2
2018-02-25 08:03:54 +01:00
width = 320
height = 360
2018-02-25 08:03:54 +01:00
overwriteWidth = <?=round($scaleFactorX*320)?>
overwriteHeight = <?=round($scaleFactorY*360)?>
2018-02-25 08:03:54 +01:00
[TextureRedefine] # Q-res
2018-02-25 08:03:54 +01:00
width = 160
height = 180
2018-02-25 08:03:54 +01:00
overwriteWidth = <?=round($scaleFactorX*160)?>
overwriteHeight = <?=round($scaleFactorY*180)?>
[TextureRedefine] # gamepad
width = 854
height = 480
#overwriteWidth = <?=round($scaleFactorX*1280)?>
#overwriteHeight = <?=round($scaleFactorY*720)?>