mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03:00
Add Darth_Banan's Co-op resolutions
This commit is contained in:
parent
c9aafce686
commit
a60530488b
1 changed files with 12 additions and 0 deletions
|
@ -20,12 +20,24 @@ tileModesExcluded = 0x001
|
|||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Game Resolution (Co-Op)
|
||||
width = 864
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Gamepad (Co-Op)
|
||||
width = 648
|
||||
height = 368
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] #Only saw depth in Nsight
|
||||
width = 640
|
||||
height = 360
|
||||
|
|
Loading…
Add table
Reference in a new issue