mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
[XCX] rounding fix
This commit is contained in:
parent
0eff3cf278
commit
a740eeb463
@ -60,8 +60,8 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||
overwriteWidth = <?=round($scaleFactorY)*1024?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*1024?>
|
||||
|
||||
[TextureRedefine] # Gear menu
|
||||
width = 1024
|
||||
@ -88,8 +88,8 @@ overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
width = 512
|
||||
height = 512
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||
overwriteWidth = <?=round($scaleFactorY)*1024?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*1024?>
|
||||
|
||||
[TextureRedefine] # Sun, Light Sources (plants, armor etc)
|
||||
width = 512
|
||||
|
Loading…
Reference in New Issue
Block a user