Fix MH3U game width

It was set to 1280x720 while the game is 1920x1080
This commit is contained in:
M&M 2020-03-27 18:02:14 -07:00
parent 854e59f515
commit 5b22649155

View File

@ -6,11 +6,11 @@ description = Changes the resolution of the game. Made by Skalfate.
version = 4 version = 4
[Preset] [Preset]
name = 1280x720 (Default) name = 1920x1080 (Default)
$width = 1280 $width = 1920
$height = 720 $height = 1080
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
# Performance # Performance
@ -18,15 +18,22 @@ $gameHeight = 720
name = 640x360 name = 640x360
$width = 640 $width = 640
$height = 360 $height = 360
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset] [Preset]
name = 960x540 name = 960x540
$width = 960 $width = 960
$height = 540 $height = 540
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset]
name = 1280x720
$width = 1280
$height = 720
$gameWidth = 1920
$gameHeight = 1080
# Common HD Resolutions # Common HD Resolutions
@ -34,50 +41,43 @@ $gameHeight = 720
name = 1600x900 name = 1600x900
$width = 1600 $width = 1600
$height = 900 $height = 900
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset]
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset] [Preset]
name = 2560x1440 name = 2560x1440
$width = 2560 $width = 2560
$height = 1440 $height = 1440
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset] [Preset]
name = 3200x1800 name = 3200x1800
$width = 3200 $width = 3200
$height = 1800 $height = 1800
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset] [Preset]
name = 3840x2160 name = 3840x2160
$width = 3840 $width = 3840
$height = 2160 $height = 2160
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset] [Preset]
name = 5120x2880 name = 5120x2880
$width = 5120 $width = 5120
$height = 2880 $height = 2880
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
[Preset] [Preset]
name = 7680x4320 name = 7680x4320
$width = 7680 $width = 7680
$height = 4320 $height = 4320
$gameWidth = 1280 $gameWidth = 1920
$gameHeight = 720 $gameHeight = 1080
# ----------------------------------------------------------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------------------------------------------------------