We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7f0f5 commit e311495Copy full SHA for e311495
Resolutions/FASTRacingNEO_Resolution/rules.txt
@@ -173,6 +173,15 @@ $gameHeight = 720
173
[TextureRedefine] # Game Resolution
174
width = 1280
175
height = 720
176
+formatsExcluded = 0x41a
177
+overwriteWidth = ($width / $gameWidth) * 1280
178
+overwriteHeight = ($height / $gameHeight) * 720
179
+
180
+[TextureRedefine] # Game Resolution
181
+width = 1280
182
+height = 720
183
+formats = 0x41a
184
+inMEM1 = 1
185
overwriteWidth = ($width / $gameWidth) * 1280
186
overwriteHeight = ($height / $gameHeight) * 720
187
0 commit comments