From e3114950d783f913a149524275234728aa185a93 Mon Sep 17 00:00:00 2001 From: M&M Date: Sun, 31 Jan 2021 16:07:12 -0800 Subject: [PATCH] [Fast Racing Neo] add inMEM1 Fixes car renders on main menu, they now appear again --- Resolutions/FASTRacingNEO_Resolution/rules.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resolutions/FASTRacingNEO_Resolution/rules.txt b/Resolutions/FASTRacingNEO_Resolution/rules.txt index 9305813f..3a1b7171 100644 --- a/Resolutions/FASTRacingNEO_Resolution/rules.txt +++ b/Resolutions/FASTRacingNEO_Resolution/rules.txt @@ -173,6 +173,15 @@ $gameHeight = 720 [TextureRedefine] # Game Resolution width = 1280 height = 720 +formatsExcluded = 0x41a +overwriteWidth = ($width / $gameWidth) * 1280 +overwriteHeight = ($height / $gameHeight) * 720 + +[TextureRedefine] # Game Resolution +width = 1280 +height = 720 +formats = 0x41a +inMEM1 = 1 overwriteWidth = ($width / $gameWidth) * 1280 overwriteHeight = ($height / $gameHeight) * 720