mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +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)?>
|
||||
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…
Reference in New Issue
Block a user