mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-06 23:28:22 +01:00
Remove the : in rules.txt
This commit is contained in:
parent
a40c3c702b
commit
1dd03105fc
@ -20,72 +20,72 @@ $gamepadHeight = 480
|
||||
# TV Resolution
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 640x360
|
||||
$width = 640
|
||||
$height = 360
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 854x480
|
||||
$width = 854
|
||||
$height = 480
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 1280x720
|
||||
$width = 1280
|
||||
$height = 720
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 1600x900
|
||||
$width = 1600
|
||||
$height = 900
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 1920x1080 (Default)
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 2560x1440
|
||||
$width = 2560
|
||||
$height = 1440
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 3200x1800
|
||||
$width = 3200
|
||||
$height = 1800
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 3840x2160
|
||||
$width = 3840
|
||||
$height = 2160
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 5120x2880
|
||||
$width = 5120
|
||||
$height = 2880
|
||||
|
||||
[Preset]
|
||||
category = TV Resolution:
|
||||
category = TV Resolution
|
||||
name = 7680x4320
|
||||
$width = 7680
|
||||
$height = 4320
|
||||
@ -94,72 +94,72 @@ $height = 4320
|
||||
# Gamepad Resolution
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 320x180
|
||||
$padWidth = 320
|
||||
$padHeight = 180
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 640x360
|
||||
$padWidth = 640
|
||||
$padHeight = 360
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 854x480 (Default)
|
||||
default = 1
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 960x540
|
||||
$padWidth = 960
|
||||
$padHeight = 540
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 1280x720
|
||||
$padWidth = 1280
|
||||
$padHeight = 720
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 1600x900
|
||||
$padWidth = 1600
|
||||
$padHeight = 900
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 1920x1080
|
||||
$padWidth = 1920
|
||||
$padHeight = 1080
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 2560x1440
|
||||
$padWidth = 2560
|
||||
$padHeight = 1440
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 3200x1800
|
||||
$padWidth = 3200
|
||||
$padHeight = 1800
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 3840x2160
|
||||
$padWidth = 3840
|
||||
$padHeight = 2160
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 5120x2880
|
||||
$padWidth = 5120
|
||||
$padHeight = 2880
|
||||
|
||||
[Preset]
|
||||
category = Gamepad Resolution:
|
||||
category = Gamepad Resolution
|
||||
name = 7680x4320
|
||||
$padWidth = 7680
|
||||
$padHeight = 4320
|
||||
@ -212,5 +212,5 @@ height = 480
|
||||
overwriteWidth = ($padWidth / $gamepadWidth) * 854
|
||||
overwriteHeight = ($padHeight / $gamepadHeight) * 480
|
||||
|
||||
#version 2:
|
||||
#version 2
|
||||
#https://github.com/cemu-project/cemu_graphic_packs/blob/939a478799c13c5ed03e8decbf952f2a7ad02366/Source/ShantaeHGH/rules.txt
|
||||
|
Loading…
Reference in New Issue
Block a user