mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-16 18:19:13 +01:00
[Fast Racing Neo] Add preliminary ultrawide support
Did work on some ultrawide HUD stuff too, but patching doesn't really seem to be the answer here.
This commit is contained in:
parent
f48cc8aaf4
commit
e2255adfbf
@ -0,0 +1,6 @@
|
|||||||
|
[AspectRatio_v64]
|
||||||
|
moduleMatches = 0xfab25e0c
|
||||||
|
|
||||||
|
0x1000AE0C = .float ($width/$height)/($gameWidth/$gameHeight)
|
||||||
|
|
||||||
|
#0x1000008C = .float ($width/$height)/($gameWidth/$gameHeight) # Doesn't seem to be related to the HUD aspect ratio, but it's related.
|
@ -11,21 +11,22 @@ $width = 1280
|
|||||||
$height = 720
|
$height = 720
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
# Performance
|
# Performance
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 320x180
|
||||||
|
$width = 320
|
||||||
|
$height = 180
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 640x360
|
name = 640x360
|
||||||
$width = 640
|
$width = 640
|
||||||
$height = 360
|
$height = 360
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 960x540
|
name = 960x540
|
||||||
@ -33,9 +34,6 @@ $width = 960
|
|||||||
$height = 540
|
$height = 540
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
# Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
@ -45,9 +43,6 @@ $width = 1600
|
|||||||
$height = 900
|
$height = 900
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1920x1080
|
name = 1920x1080
|
||||||
@ -55,9 +50,6 @@ $width = 1920
|
|||||||
$height = 1080
|
$height = 1080
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 2560x1440
|
name = 2560x1440
|
||||||
@ -65,9 +57,6 @@ $width = 2560
|
|||||||
$height = 1440
|
$height = 1440
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 3200x1800
|
name = 3200x1800
|
||||||
@ -75,9 +64,6 @@ $width = 3200
|
|||||||
$height = 1800
|
$height = 1800
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 3840x2160
|
name = 3840x2160
|
||||||
@ -85,9 +71,6 @@ $width = 3840
|
|||||||
$height = 2160
|
$height = 2160
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 5120x2880
|
name = 5120x2880
|
||||||
@ -95,9 +78,6 @@ $width = 5120
|
|||||||
$height = 2880
|
$height = 2880
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 7680x4320
|
name = 7680x4320
|
||||||
@ -105,9 +85,90 @@ $width = 7680
|
|||||||
$height = 4320
|
$height = 4320
|
||||||
$gameWidth = 1280
|
$gameWidth = 1280
|
||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$internalRes = 1.0
|
|
||||||
$scaleShader = 1.0
|
# Common Ultrawide Resolutions
|
||||||
$textureFormat = 0x01a
|
|
||||||
|
[Preset]
|
||||||
|
name = 2560x1080 ("21:9")
|
||||||
|
$width = 2560
|
||||||
|
$height = 1080
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 3440x1440 ("21:9")
|
||||||
|
$width = 3440
|
||||||
|
$height = 1440
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
# Common 16:10 Resolutions
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1680x1080 (16:10)
|
||||||
|
$width = 1680
|
||||||
|
$height = 1080
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 1920x1224 (16:10)
|
||||||
|
$width = 1920
|
||||||
|
$height = 1224
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 2560x1656 (16:10)
|
||||||
|
$width = 2560
|
||||||
|
$height = 1656
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 2880x1800 (16:10)
|
||||||
|
$width = 2880
|
||||||
|
$height = 1800
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
|
||||||
|
# Common HD Resolutions (2 Monitors)
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 3840x1080 (32:9)
|
||||||
|
$width = 3840
|
||||||
|
$height = 1080
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 5120x1440 (32:9)
|
||||||
|
$width = 5120
|
||||||
|
$height = 1440
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 6400x1800 (32:9)
|
||||||
|
$width = 6400
|
||||||
|
$height = 1800
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 7680x2160 (32:9)
|
||||||
|
$width = 7680
|
||||||
|
$height = 2160
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
|
[Preset]
|
||||||
|
name = 10240x2880 (32:9)
|
||||||
|
$width = 10240
|
||||||
|
$height = 2880
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
|
||||||
[TextureRedefine] # Game Resolution
|
[TextureRedefine] # Game Resolution
|
||||||
width = 1280
|
width = 1280
|
||||||
|
Loading…
x
Reference in New Issue
Block a user