mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-05 06:41:49 +01:00
add :int to $AAEnable
required for the mod to work
This commit is contained in:
parent
462c1400be
commit
5da94d1f70
@ -11,7 +11,7 @@ $width = 1280
|
||||
$height = 720
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$AAEnable = 1
|
||||
$AAEnable:int = 1
|
||||
|
||||
# Performance
|
||||
|
||||
@ -79,12 +79,12 @@ $height = 4320
|
||||
[Preset]
|
||||
category = Anti-Aliasing
|
||||
name = Enable
|
||||
$AAEnable = 1
|
||||
$AAEnable:int = 1
|
||||
|
||||
[Preset]
|
||||
category = Anti-Aliasing
|
||||
name = Disable
|
||||
$AAEnable = 0
|
||||
$AAEnable:int = 0
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
|
Loading…
Reference in New Issue
Block a user