mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Fast Racing Neo] add inMEM1
Fixes car renders on main menu, they now appear again
This commit is contained in:
parent
5a7f0f5650
commit
e3114950d7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user