[BotW] Add workaround this Cemu localization issue

Wasn't done properly enough ™️ , just kidding :p
This commit is contained in:
Crementif 2019-03-15 22:35:27 +01:00 committed by GitHub
parent 41c38f5568
commit 0c9d64c0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,44 +6,46 @@ description = Enables or Disables Native Botw Anti-Aliasing. Also includes an al
version = 3 version = 3
[Preset] [Preset]
name = Nvidias FXAA name = Alternative FXAA (Nvidia's implementation)
$preset:int = 2 $preset:int = 2
# # Customize these 3 values
$inventorySharper = 0.0 # Ignore $subPix:int = 1.0
$inventoryBlurrier = 0.0 # Ignore $edgeThreshold:int = 0.125
$worldSharper = 0.0 # Ignore $edgeThresholdMin:int = 0.0156
$worldBlurrier = 0.0 # Ignore
# # Unrelated for Nvidia FXAA
$subPix = 1.0 $inventorySharper:int = 0.0
$edgeThreshold = 0.125 $inventoryBlurrier:int = 0.0
$edgeThresholdMin = 0.0156 $worldSharper:int = 0.0
$worldBlurrier:int = 0.0
[Preset] [Preset]
name = Enable Native AA name = Enable Native AA
$preset:int = 1 $preset:int = 1
# # Customize these 4 values below
$inventorySharper = 0.0 $inventorySharper:int = 0.0
$inventoryBlurrier = 0.0 $inventoryBlurrier:int = 0.0
$worldSharper = 0.0 $worldSharper:int = 0.0
$worldBlurrier = 0.0 $worldBlurrier:int = 0.0
#
$subPix = 0.75 # Ignore # Not used for Native AA
$edgeThreshold = 0.166 # Ignore $subPix:int = 0.75 # Ignore
$edgeThresholdMin = 0.0312 # Ignore $edgeThreshold:int = 0.166 # Ignore
$edgeThresholdMin:int = 0.0312 # Ignore
[Preset] [Preset]
name = Disable Native AA name = Disable Native AA
$preset:int = 0 $preset:int = 0
# # Disables all anti-aliasing, doesn't have any customizations
$inventorySharper = 0.0 # Ignore
$inventoryBlurrier = 0.0 # Ignore $inventorySharper:int = 0.0
$worldSharper = 0.0 # Ignore $inventoryBlurrier:int = 0.0
$worldBlurrier = 0.0 # Ignore $worldSharper:int = 0.0
# $worldBlurrier:int = 0.0
$subPix = 0.75 # Ignore $subPix:int = 0.75
$edgeThreshold = 0.166 # Ignore $edgeThreshold:int = 0.166
$edgeThresholdMin = 0.0312 # Ignore $edgeThresholdMin:int = 0.0312
# Adjust native AA implmentation - Only applies to Enabled preset # Adjust native AA implmentation - Only applies to Enabled preset
@ -75,4 +77,4 @@ $edgeThresholdMin = 0.0312 # Ignore
# 0.0312 - visible limit (slower) # 0.0312 - visible limit (slower)
# Credit: Kiri, NAVras # Credit: Kiri, NAVras
# Credit: SkalFate for proper V3 Import. # Credit: SkalFate for V3 import.