mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
Merge pull request #144 from SteveLeafo/master
This commit is contained in:
commit
040ac270d3
@ -8,7 +8,7 @@ $scaleFactorY = $fullHeight / 720.0;
|
|||||||
$title = get_title($fullWidth, $fullHeight);
|
$title = get_title($fullWidth, $fullHeight);
|
||||||
?>
|
?>
|
||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 0005000010116600
|
titleIds = 0005000010116600,000500001012B800
|
||||||
name = "Fist of the North Star: Ken's Rage 2 - <?=$title?>"
|
name = "Fist of the North Star: Ken's Rage 2 - <?=$title?>"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
|
@ -14,12 +14,14 @@ version = 2
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
|
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
[TextureRedefine] # half-res
|
[TextureRedefine] # half-res
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
|
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
|
||||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user