mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Shantae #4
This commit is contained in:
parent
199e8783f8
commit
0fc1d535b6
@ -17,18 +17,18 @@ width = 1920
|
||||
height = 1080
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*1080)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*854)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*480)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*480)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 480
|
||||
height = 270
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*480)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*270)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*270)?>
|
||||
|
Loading…
Reference in New Issue
Block a user