From c049e685258b3d507cb8ddfa72c0b4c2a81adf3e Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:34:41 -0800 Subject: [PATCH] [Several] Add 1280x800 resolution --- .../TwilightPrincessHD_Resolution/rules.txt | 30 +++++++++++++++++++ src/FastRacingNeo/Graphics/rules.txt | 12 ++++++++ src/MarioKart8/Graphics/rules.txt | 12 ++++++++ src/SonicLostWorld/Graphics/rules.txt | 6 ++++ src/Splatoon/Graphics/rules.txt | 12 ++++++++ src/TokyoMirage/Graphics/rules.txt | 6 ++++ src/XenobladeChroniclesX/Graphics/rules.txt | 6 ++++ 7 files changed, 84 insertions(+) diff --git a/Resolutions/TwilightPrincessHD_Resolution/rules.txt b/Resolutions/TwilightPrincessHD_Resolution/rules.txt index c9c373fb..16969a45 100644 --- a/Resolutions/TwilightPrincessHD_Resolution/rules.txt +++ b/Resolutions/TwilightPrincessHD_Resolution/rules.txt @@ -187,6 +187,21 @@ $UIAspectX = 1.0 $UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0) $UItransp = 1.0 +[Preset] +name = 1280x800 (16:10) +$width = 1280 +$height = 800 +$gameWidth = 1920 +$gameHeight = 1080 +$dither = 0.01 +$scaleShader = 1.0 +$scaleBlur = 0.05 +$internalRes = 1.0 +$aspectRatio = (1440.0/900.0) +$UIAspectX = 1.0 +$UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0) +$UItransp = 1.0 + [Preset] name = 1440x900 (16:10) $width = 1440 @@ -670,6 +685,21 @@ $UIAspectX = 1.0 $UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0) $UItransp = 0.75 +[Preset] +name = 1280x800 (16:10) - UI 25% transp +$width = 1280 +$height = 800 +$gameWidth = 1920 +$gameHeight = 1080 +$dither = 0.01 +$scaleShader = 1.0 +$scaleBlur = 0.05 +$internalRes = 1.0 +$aspectRatio = (1440.0/900.0) +$UIAspectX = 1.0 +$UIAspectY = ( 1440.0 / 900.0 ) / (1920.0 / 1080.0) +$UItransp = 0.75 + [Preset] name = 1440x900 (16:10) - UI 25% transp $width = 1440 diff --git a/src/FastRacingNeo/Graphics/rules.txt b/src/FastRacingNeo/Graphics/rules.txt index 0c8dc68c..64c64527 100644 --- a/src/FastRacingNeo/Graphics/rules.txt +++ b/src/FastRacingNeo/Graphics/rules.txt @@ -90,6 +90,12 @@ name = 7680x4320 $width = 7680 $height = 4320 +[Preset] +category = TV Resolution +name = 1280x800 (16:10) +$width = 1280 +$height = 800 + [Preset] category = TV Resolution name = 1680x1050 (16:10) @@ -230,6 +236,12 @@ name = 7680x4320 $padWidth = 7680 $padHeight = 4320 +[Preset] +category = Gamepad Resolution +name = 1280x800 (16:10) +$padWidth = 1280 +$padHeight = 800 + [Preset] category = Gamepad Resolution name = 1680x1050 (16:10) diff --git a/src/MarioKart8/Graphics/rules.txt b/src/MarioKart8/Graphics/rules.txt index 808acaae..dca9f3c1 100644 --- a/src/MarioKart8/Graphics/rules.txt +++ b/src/MarioKart8/Graphics/rules.txt @@ -109,6 +109,12 @@ category = TV Resolution $width = 3440 $height = 1440 +[Preset] +name = 1280x800 (16:10) +category = TV Resolution +$width = 1280 +$height = 800 + [Preset] name = 1440x900 (16:10) category = TV Resolution @@ -266,6 +272,12 @@ category = Gamepad Resolution $padWidth = 3440 $padHeight = 1440 +[Preset] +name = 1280x800 (16:10) +category = Gamepad Resolution +$padWidth = 1280 +$padHeight = 800 + [Preset] name = 1440x900 (16:10) category = Gamepad Resolution diff --git a/src/SonicLostWorld/Graphics/rules.txt b/src/SonicLostWorld/Graphics/rules.txt index 02eb2282..8d23880e 100644 --- a/src/SonicLostWorld/Graphics/rules.txt +++ b/src/SonicLostWorld/Graphics/rules.txt @@ -90,6 +90,12 @@ name = 7680x4320 $width = 7680 $height = 4320 +[Preset] +category = TV Resolution +name = 1280x800 (16:10) +$width = 1280 +$height = 800 + [Preset] category = TV Resolution name = 1680x1050 (16:10) diff --git a/src/Splatoon/Graphics/rules.txt b/src/Splatoon/Graphics/rules.txt index 7ff263a9..ab5112bd 100644 --- a/src/Splatoon/Graphics/rules.txt +++ b/src/Splatoon/Graphics/rules.txt @@ -103,6 +103,12 @@ category = TV Resolution $width = 3440 $height = 1440 +[Preset] +name = 1280x800 (16:10) +category = TV Resolution +$width = 1280 +$height = 800 + [Preset] name = 1440x900 (16:10) category = TV Resolution @@ -230,6 +236,12 @@ category = Gamepad Resolution $padWidth = 3440 $padHeight = 1440 +[Preset] +name = 1280x800 (16:10) +category = Gamepad Resolution +$padWidth = 1280 +$padHeight = 800 + [Preset] name = 1440x900 (16:10) category = Gamepad Resolution diff --git a/src/TokyoMirage/Graphics/rules.txt b/src/TokyoMirage/Graphics/rules.txt index 5fd695bc..92055205 100644 --- a/src/TokyoMirage/Graphics/rules.txt +++ b/src/TokyoMirage/Graphics/rules.txt @@ -76,6 +76,12 @@ name = 7680x4320 $width = 7680 $height = 4320 +[Preset] +category = Resolution +name = 1280x800 (16:10) +$width = 1280 +$height = 800 + [Preset] category = Resolution name = 1680x1050 (16:10) diff --git a/src/XenobladeChroniclesX/Graphics/rules.txt b/src/XenobladeChroniclesX/Graphics/rules.txt index 775c3e57..94f691ee 100644 --- a/src/XenobladeChroniclesX/Graphics/rules.txt +++ b/src/XenobladeChroniclesX/Graphics/rules.txt @@ -124,6 +124,12 @@ name = 10240x4320 (21:9) $width = 10240 $height = 4320 +[Preset] +category = Resolution +name = 1280x800 (16:10) +$width = 1280 +$height = 800 + [Preset] category = Resolution name = 1440x900 (16:10)