mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[NSMBU] Fix one more inconsistency
This commit is contained in:
parent
2068a99276
commit
d96dca4cb2
@ -20,10 +20,6 @@ $blurQuality = 0.0
|
||||
|
||||
# TV Resolution
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution
|
||||
name = 1280x720 (Default)
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution
|
||||
name = 640x360
|
||||
@ -36,6 +32,11 @@ name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution
|
||||
name = 1280x720
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution
|
||||
name = 1600x900
|
||||
@ -81,16 +82,17 @@ $height = 4320
|
||||
|
||||
# Gamepad Resolution
|
||||
|
||||
[Preset]
|
||||
name = 854x480 (Default)
|
||||
category = Gamepad Resolution
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution
|
||||
name = 640x360
|
||||
$padWidth = 640
|
||||
$padHeight = 360
|
||||
|
||||
[Preset]
|
||||
name = 854x480
|
||||
category = Gamepad Resolution
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution
|
||||
name = 960x540
|
||||
@ -172,7 +174,8 @@ $shadowQuality = 4
|
||||
|
||||
[Preset]
|
||||
category = Blur Quality
|
||||
name = Medium (Default)
|
||||
name = Medium
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = Blur Quality
|
||||
|
Loading…
Reference in New Issue
Block a user