Wave Race: Blue Storm: Difference between revisions

Jump to navigation Jump to search
m
Updated gecko code to prevent crashes
No edit summary
m (Updated gecko code to prevent crashes)
(5 intermediate revisions by the same user not shown)
Line 63: Line 63:
==== NA ====
==== NA ====
<pre>
<pre>
$Pixel aspect
$Pixel aspect by pneumatic
A8000000 00000000
28002408 00000000
00002408 00000001
0034142f 000000c0
0034142f 000000c0
0034142b 00000008
0034142b 00000008
Line 73: Line 74:
7D8803A6 4E800020
7D8803A6 4E800020
60000000 00000000
60000000 00000000
</pre>


Notes:
Notes
 
* Only for NA game version & Dolphin newer than July 2015 supporting viWidth emulation
* Requires Dolphin version July 2015 or newer
* Appears incompatible with 16:9 widescreen code -- use the following code instead:
 
* 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


$16:9 widescreen + pixel aspect by pneumatic
28002408 00000000
00002408 00000001
0034142f 000000c0
0034142b 00000008
0034146b 000000c0
00341467 00000008
C0000000 00000003
3D808000 618C3100
7D8803A6 4E800020
60000000 00000000
E0000000 00000000
0034142f 000000c0
0034142b 00000008
0034146b 000000c0
00341467 00000008
04005000 FD002090
04005004 C042920C
04005008 48095998
0409A99C 4BF6A664
0469360C 3FE38E39
E0000000 80008000
</pre>


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

Navigation menu