This commit is contained in:
Jamie 2017-12-08 14:08:42 -08:00
commit 35c567af70
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $scaleFactorY = $fullHeight / 720.0;
$title = get_title($fullWidth, $fullHeight);
?>
[Definition]
titleIds = 0005000010116600
titleIds = 0005000010116600,000500001012B800
name = "Fist of the North Star: Ken's Rage 2 - <?=$title?>"
version = 2

View File

@ -14,12 +14,14 @@ version = 2
[TextureRedefine] # tv
width = 1280
height = 720
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # half-res
width = 640
height = 360
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?>