Burnout: Difference between revisions

Jump to navigation Jump to search
(→‎Testing: ##GHz to ## GHz mass edit)
mNo edit summary
Line 25: Line 25:
=== Arbitrary Mipmap Detection ===
=== Arbitrary Mipmap Detection ===
The setting '''"Arbitrary Mipmap Detection"''' is not necessary and leads to a worse resolution for some textures.
The setting '''"Arbitrary Mipmap Detection"''' is not necessary and leads to a worse resolution for some textures.
=== Pixel Aspect Gecko code ===
Stretches the image horizontally by 10% to compensate for the game's incorrect pixel aspect ratio.
==== NA ====
<pre>
$Pixel aspect by pneumatic
061d3596 00000002 
02c00000 00000000
061d3592 00000002
00080000 00000000
061d35d2 00000002
02c00000 00000000
061d35ce 00000002
00080000 00000000
e0000000 80008000
</pre>
Notes:
* Requires Dolphin version July 2015 or newer
* To set a custom width, modify the 02c0 on lines 2&6 (02c0 = 704px wide)
* To adjust the horizontal position, modify the 08 on lines 4&8 (08 = 8px from left edge)


== Configuration ==
== Configuration ==