mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-27 12:04:14 +01:00
[BOTW] Make order of options more consistent (#652)
Thanks @lunatic-gh!
This commit is contained in:
parent
46db482e22
commit
4480f1dba4
@ -125,16 +125,16 @@ $preset:int = 0
|
|||||||
|
|
||||||
# Depth of Field
|
# Depth of Field
|
||||||
|
|
||||||
[Preset]
|
|
||||||
name = Enabled
|
|
||||||
category = Depth Of Field
|
|
||||||
default = 1
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Disabled (no performance gain)
|
name = Disabled (no performance gain)
|
||||||
category = Depth Of Field
|
category = Depth Of Field
|
||||||
$disableDOF:int = 1
|
$disableDOF:int = 1
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = Enabled
|
||||||
|
category = Depth Of Field
|
||||||
|
default = 1
|
||||||
|
|
||||||
# Enhanced Reflections
|
# Enhanced Reflections
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
@ -187,9 +187,19 @@ $sampleCount:int = 64
|
|||||||
# Anisotropic Filtering
|
# Anisotropic Filtering
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Extreme (16x)
|
name = Low (1x)
|
||||||
category = Anisotropic Filtering
|
category = Anisotropic Filtering
|
||||||
$anisotropy = 16
|
$anisotropy = 1
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = Medium (2x)
|
||||||
|
category = Anisotropic Filtering
|
||||||
|
$anisotropy = 2
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = High (4x)
|
||||||
|
category = Anisotropic Filtering
|
||||||
|
$anisotropy = 4
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Ultra (8x, Default)
|
name = Ultra (8x, Default)
|
||||||
@ -198,19 +208,9 @@ default = 1
|
|||||||
$anisotropy = 8
|
$anisotropy = 8
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = High (4x)
|
name = Extreme (16x)
|
||||||
category = Anisotropic Filtering
|
category = Anisotropic Filtering
|
||||||
$anisotropy = 4
|
$anisotropy = 16
|
||||||
|
|
||||||
[Preset]
|
|
||||||
name = Medium (2x)
|
|
||||||
category = Anisotropic Filtering
|
|
||||||
$anisotropy = 2
|
|
||||||
|
|
||||||
[Preset]
|
|
||||||
name = Low (1x)
|
|
||||||
category = Anisotropic Filtering
|
|
||||||
$anisotropy = 1
|
|
||||||
|
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
|
@ -509,9 +509,9 @@ $ultrawideHUDMode:int = 0
|
|||||||
# Anti-Aliasing
|
# Anti-Aliasing
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = Normal FXAA (Default)
|
name = None
|
||||||
category = Anti-Aliasing
|
category = Anti-Aliasing
|
||||||
default = 1
|
$fxaa:int = 0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = NVIDIA FXAA
|
name = NVIDIA FXAA
|
||||||
@ -519,9 +519,9 @@ category = Anti-Aliasing
|
|||||||
$fxaa:int = 2
|
$fxaa:int = 2
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = None
|
name = Normal FXAA (Default)
|
||||||
category = Anti-Aliasing
|
category = Anti-Aliasing
|
||||||
$fxaa:int = 0
|
default = 1
|
||||||
|
|
||||||
# Shadow Graphics Pack
|
# Shadow Graphics Pack
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user