mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
Wipeout 3 - Fix for the Green intro videos
This commit is contained in:
parent
a9724496d3
commit
9aafc09471
@ -14,12 +14,14 @@ version = 2
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] # half-res
|
||||
width = 640
|
||||
height = 360
|
||||
tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user