Wave Race: Blue Storm: Difference between revisions

Jump to navigation Jump to search
m (Updated gecko code to prevent crashes)
Line 64: Line 64:
<pre>
<pre>
$Pixel aspect by pneumatic
$Pixel aspect by pneumatic
A8000000 00000000
28002408 00000000
00002408 00000001
0034142f 000000c0
0034142f 000000c0
0034142b 00000008
0034142b 00000008
Line 74: Line 75:
60000000 00000000
60000000 00000000


Notes:
Notes
* The c0 on lines 2&4 control the width (c0 in 02c0 = 704px wide)
* 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:


$16:9 widescreen + pixel aspect by pneumatic
$16:9 widescreen + pixel aspect by pneumatic
A8000000 00000000
28002408 00000000
00002408 00000001
0034142f 000000c0
0034142f 000000c0
0034142b 00000008
0034142b 00000008