mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-05 06:41:49 +01:00
Update rules.txt
This commit is contained in:
parent
c5e479236e
commit
65f6d91997
@ -11,7 +11,7 @@ $width = 1280
|
|||||||
$height = 720
|
$height = 720
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$shadowRes = 1
|
$shadowRes = 1.0
|
||||||
$AAEnable:int = 1
|
$AAEnable:int = 1
|
||||||
|
|
||||||
# Performance
|
# Performance
|
||||||
@ -105,17 +105,18 @@ default = 1
|
|||||||
[Preset]
|
[Preset]
|
||||||
category = Shadows
|
category = Shadows
|
||||||
name = High (200%)
|
name = High (200%)
|
||||||
$shadowRes = 2
|
$shadowRes = 2.0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Shadows
|
category = Shadows
|
||||||
name = Ultra (300%)
|
name = Ultra (300%)
|
||||||
$shadowRes = 3
|
$shadowRes = 3.0
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Shadows
|
category = Shadows
|
||||||
name = Extreme (400%, Unstable)
|
name = Extreme (400%, Unstable)
|
||||||
$shadowRes = 4
|
$shadowRes = 4.0
|
||||||
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
category = Anti-Aliasing
|
category = Anti-Aliasing
|
||||||
|
Loading…
Reference in New Issue
Block a user