mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Set all 0x0 overwrites to 1x1
Prevents any undefined behavior caused by these packs Why is WWHD timed by 2 for everything except for main resolution?
This commit is contained in:
parent
8c4537b38b
commit
28b1e7d554
@ -6,5 +6,5 @@ version = 2
|
||||
[TextureRedefine] # boxing ring screen
|
||||
width = 220
|
||||
height = 124
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteWidth = 1
|
||||
overwriteHeight = 1
|
@ -71,5 +71,5 @@ overwriteHeight = <?=round($scaleFactorY*33*2)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY)*2048?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*2048?>
|
||||
overwriteWidth = <?=round($scaleFactorY)*1024?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*1024?>
|
@ -9,5 +9,5 @@ width = 640
|
||||
height = 360
|
||||
formats = 0x00a
|
||||
#overwriteFormat = 0x81c # Might cause an error, but seems to work. Might not work on AMD.
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteWidth = 1
|
||||
overwriteHeight = 1
|
||||
|
@ -7,5 +7,5 @@ version = 2
|
||||
[TextureRedefine]
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteWidth = 1
|
||||
overwriteHeight = 1
|
Loading…
Reference in New Issue
Block a user