mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 09:19:07 +01:00
Add Darth_Banan's Co-op resolutions
This commit is contained in:
parent
c9aafce686
commit
a60530488b
@ -20,12 +20,24 @@ tileModesExcluded = 0x001
|
|||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
|
[TextureRedefine] #Game Resolution (Co-Op)
|
||||||
|
width = 864
|
||||||
|
height = 480
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
[TextureRedefine] #Gamepad
|
[TextureRedefine] #Gamepad
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
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
|
[TextureRedefine] #Only saw depth in Nsight
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
|
Loading…
x
Reference in New Issue
Block a user