mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
Shantae - #3
This commit is contained in:
parent
c1409b1883
commit
199e8783f8
@ -9,26 +9,26 @@ $title = get_title($fullWidth, $fullHeight);
|
|||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 00050000101db200,0005000010203200,0005000c101db200,0005000c10203200 # All regions
|
titleIds = 00050000101db200,0005000010203200,0005000c101db200,0005000c10203200 # All regions
|
||||||
name = "Shantae: Half-Genie Hero"
|
name = "Shantae: Half-Genie Hero - <?=$title?>"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1920
|
width = 1920
|
||||||
height = 1080
|
height = 1080
|
||||||
#formatsExcluded =
|
#formatsExcluded =
|
||||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
overwriteWidth = <?=round($scaleFactorY*1080)?>
|
overwriteWidth = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
#formatsExcluded =
|
#formatsExcluded =
|
||||||
overwriteWidth = <?=round($scaleFactorX*854)?>
|
overwriteWidth = <?=round($scaleFactorX*854)?>
|
||||||
overwriteWidth = <?=round($scaleFactorY*480)?>
|
overwriteWidth = <?=round($scaleFactorY*480)?>
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 480
|
width = 480
|
||||||
height = 270
|
height = 270
|
||||||
#formatsExcluded =
|
#formatsExcluded =
|
||||||
overwriteWidth = <?=round($scaleFactorX*480)?>
|
overwriteWidth = <?=round($scaleFactorX*480)?>
|
||||||
overwriteWidth = <?=round($scaleFactorY*270)?>
|
overwriteWidth = <?=round($scaleFactorY*270)?>
|
||||||
|
Loading…
Reference in New Issue
Block a user