[Fast Racing Neo] add inMEM1

Fixes car renders on main menu, they now appear again
This commit is contained in:
M&M 2021-01-31 16:07:12 -08:00
parent 5a7f0f5650
commit e3114950d7

View File

@ -173,6 +173,15 @@ $gameHeight = 720
[TextureRedefine] # Game Resolution [TextureRedefine] # Game Resolution
width = 1280 width = 1280
height = 720 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 overwriteWidth = ($width / $gameWidth) * 1280
overwriteHeight = ($height / $gameHeight) * 720 overwriteHeight = ($height / $gameHeight) * 720