mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Minor formatting updates
This commit is contained in:
parent
4198c9f70d
commit
943347080b
@ -1,4 +1,4 @@
|
|||||||
[BotwMasterModeOptionsV208]
|
[BotW_MasterModeOptions_V208]
|
||||||
moduleMatches = 0x6267BFD0
|
moduleMatches = 0x6267BFD0
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
|
@ -4,7 +4,7 @@ moduleMatches = 0xD91A406D,0x0F748D9C,0x9A61FF4C,0x8E3324A9,0xD71D859D,0x6FD41A6
|
|||||||
.origin = codecave
|
.origin = codecave
|
||||||
|
|
||||||
aspectRatio:
|
aspectRatio:
|
||||||
.float $width/$height
|
.float ($width/$height)
|
||||||
|
|
||||||
grassCulling: ; The grass is calculated in a weird way, but this fix seems to work. So for safety, only enable it for ultrawide resolutions.
|
grassCulling: ; The grass is calculated in a weird way, but this fix seems to work. So for safety, only enable it for ultrawide resolutions.
|
||||||
.float (($ultrawideHUDMode != 0)*(($gameWidth/$gameHeight) / ($width/$height))) + (($ultrawideHUDMode == 0)*1.0)
|
.float (($ultrawideHUDMode != 0)*(($gameWidth/$gameHeight) / ($width/$height))) + (($ultrawideHUDMode == 0)*1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user