mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
Even more formatting...Just ignore this
This commit is contained in:
parent
3135f17888
commit
002a833091
1 changed files with 9 additions and 0 deletions
|
@ -32,3 +32,12 @@ AO needs to be 2160 = 1440 * $lightSource = 1.5
|
|||
We then need to scale back ultrawide to original aspect for all viewports using AO / light sources
|
||||
|
||||
2560 = 3440 *$scaleShader (2560.0/3440.0)
|
||||
|
||||
```
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
height = 544
|
||||
formats = 0x001
|
||||
overwriteWidth = ($width/$gameWidth) * (1024*$lightSource*$scaleShader)
|
||||
overwriteHeight = ($height/$gameHeight) * (544*$lightSource)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue