Wave Race: Blue Storm: Difference between revisions

no edit summary
(→‎Testing: ##GHz to ## GHz mass edit)
No edit summary
Line 56: Line 56:
<pre>040000CC 00000000
<pre>040000CC 00000000
04007074 38600000</pre>
04007074 38600000</pre>
=== Pixel Aspect Gecko code ===
Stretches the image horizontally by 10% to compensate for the game's incorrect pixel aspect ratio.
==== NA ====
<pre>
$Pixel aspect
A8000000 00000000
0034142f 000000c0
0034142b 00000008
0034146b 000000c0
00341467 00000008
C0000000 00000003
3D808000 618C3100
7D8803A6 4E800020
60000000 00000000
</pre>
Notes:
* Requires Dolphin version July 2015 or newer
* To set a custom width, increase/decrease the c0 on lines 2&4 (c0 in 02c0 = 704px wide)
* To adjust the horizontal position, modify the 08 on lines 3&5 (08 = 8px from left edge)
* Code by pneumatic


== Version Compatibility ==
== Version Compatibility ==