mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
Oops
This commit is contained in:
parent
2e912c962a
commit
d9dd2faba0
@ -14,14 +14,14 @@ version = 2
|
||||
[TextureRedefine] # tv
|
||||
width = 1920
|
||||
height = 1080
|
||||
tileModesExcluded = 0x001
|
||||
tileModesExcluded = 0x1
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine] # half scale
|
||||
width = 1920
|
||||
height = 1080
|
||||
tileModesExcluded = 0x001
|
||||
width = 960
|
||||
height = 540
|
||||
tileModesExcluded = 0x1
|
||||
overwriteWidth = <?=round($scaleFactorX*960)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*540)?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user