mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[XCX] 16:10 on-off fix
https://github.com/slashiee/cemu_graphic_packs/issues/230#issuecomment-435469407
This commit is contained in:
parent
307a1065f3
commit
dafcb32c11
@ -21,6 +21,10 @@ $fov = 1.45
|
||||
name = Slight FoV increase without breaking framing (0.925)
|
||||
$fov = 0.925
|
||||
|
||||
[Preset]
|
||||
name = Match 16:10 horizontal FoV to 16:9 (0.9)
|
||||
$fov = 0.9
|
||||
|
||||
[Preset]
|
||||
name = Pc style wide FoV (0.825)
|
||||
$fov = 0.825
|
||||
|
@ -51,6 +51,17 @@ $dither = 0.15
|
||||
$scaleShader = 1.0
|
||||
$scaleBlur = 0.5
|
||||
|
||||
[Preset]
|
||||
name = 1920x1200 (10:9 HD)
|
||||
$width = 1920
|
||||
$height = 1200
|
||||
$gameWidth = 1280
|
||||
$gameHeight = 720
|
||||
$internalRes = 1.0
|
||||
$dither = 0.15
|
||||
$scaleShader = 1.0
|
||||
$scaleBlur = 0.5
|
||||
|
||||
[Preset]
|
||||
name = 2560x1080 (21:9 HD)
|
||||
$width = 2560
|
||||
|
Loading…
Reference in New Issue
Block a user