mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03:00
Merge branch 'master' of https://github.com/slashiee/cemu_graphic_packs
This commit is contained in:
commit
e602805c68
2 changed files with 11 additions and 5 deletions
|
@ -20,6 +20,12 @@ tileModesExcluded = 0x001
|
|||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Only saw depth in Nsight
|
||||
width = 640
|
||||
height = 360
|
||||
|
|
|
@ -12,7 +12,7 @@ titleIds = 00050000101DF400,00050002101DF401
|
|||
name = "Pokken Tournament - <?=$title?>"
|
||||
version = 2
|
||||
|
||||
[TextureRedefine]
|
||||
[TextureRedefine] # TV
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x033
|
||||
|
@ -20,14 +20,14 @@ tileModesExcluded = 0x001
|
|||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] # Disabled because of current graphic pack scaling bugs
|
||||
[TextureRedefine] # In-Game Resolution
|
||||
width = 960
|
||||
height = 720
|
||||
#overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
[TextureRedefine] # Gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
#overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
|
Loading…
Add table
Reference in a new issue