mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03:00
Shantae - Build fix #2
This commit is contained in:
parent
ce53a7f0a4
commit
c1409b1883
1 changed files with 7 additions and 6 deletions
|
@ -6,6 +6,7 @@ $scaleFactorX = $fullWidth / 1920.0;
|
|||
$scaleFactorY = $fullHeight / 1080.0;
|
||||
$title = get_title($fullWidth, $fullHeight);
|
||||
?>
|
||||
|
||||
[Definition]
|
||||
titleIds = 00050000101db200,0005000010203200,0005000c101db200,0005000c10203200 # All regions
|
||||
name = "Shantae: Half-Genie Hero"
|
||||
|
@ -15,19 +16,19 @@ version = 2
|
|||
width = 1920
|
||||
height = 1080
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*1920?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1080?>
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*854?>
|
||||
overwriteWidth = <?=round($scaleFactorY*480?>
|
||||
overwriteWidth = <?=round($scaleFactorX*854)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*480)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 480
|
||||
height = 270
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*480?>
|
||||
overwriteWidth = <?=round($scaleFactorY*270?>
|
||||
overwriteWidth = <?=round($scaleFactorX*480)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*270)?>
|
||||
|
|
Loading…
Add table
Reference in a new issue