Wave Race: Blue Storm: Difference between revisions

mNo edit summary
Line 75: Line 75:


Notes:
Notes:
* To set a custom width, increase/decrease the c0 on lines 2&4 (c0 in 02c0 = 704px wide)
* The c0 on lines 2&4 control the width (c0 in 02c0 = 704px wide)
* To adjust horizontal position, modify the 08 on lines 3&5 (08 = 8px from left edge)
* The 08 on lines 3&5 control the horizontal position (08 = 8px from left edge)
* Only for NA game version & Dolphin newer than July 2015 supporting viWidth emulation
* Only for NA game version & Dolphin newer than July 2015 supporting viWidth emulation
* Appears incompatible with 16:9 Widescreen code -- use the following code instead:
* Appears incompatible with 16:9 widescreen code -- use the following code instead:


$Pixel aspect + 16:9 widescreen by pneumatic
$16:9 widescreen + pixel aspect by pneumatic
A8000000 00000000
A8000000 00000000
0034142f 000000c0
0034142f 000000c0
Line 102: Line 102:
E0000000 80008000
E0000000 80008000
</pre>
</pre>


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