mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
add tileModesExcluded to MH3U
Looked at video files: they're 1920x1080
This commit is contained in:
parent
2e92c81461
commit
b2236bf65a
@ -14,12 +14,14 @@ version = 2
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1920
|
width = 1920
|
||||||
height = 1080
|
height = 1080
|
||||||
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
[TextureRedefine] # half scale
|
[TextureRedefine] # half scale
|
||||||
width = 1920
|
width = 1920
|
||||||
height = 1080
|
height = 1080
|
||||||
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*960)?>
|
overwriteWidth = <?=round($scaleFactorX*960)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*540)?>
|
overwriteHeight = <?=round($scaleFactorY*540)?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user