Star Fox Adventures: Difference between revisions

m
→‎Enhancements: Aspect Ratio Fix code.
(Enhancements section, when it exists, should go '''after''' Problems section)
m (→‎Enhancements: Aspect Ratio Fix code.)
Line 42: Line 42:


==Enhancements==
==Enhancements==
=== Aspect Ratio Fix ===
Star Fox Adventures was designed with the expectation of square pixels, which the GameCube doesn't have, so the game looks slightly slimmer than its developers intended: 4:3 mode is actually 5:4 and 16:9 mode is actually 15:9. This code increases the game's viWidth from its original 660 up to 704, allowing it to completely fill the 4:3/16:9 area.
<pre>$viWidth 704 Aspect Ratio Fix
0004968F 000000C0
000496A3 000000E0</pre>
=== HD Texture Pack ===
=== HD Texture Pack ===
* [https://forums.dolphin-emu.org/Thread-star-fox-adventures-hd-texture-pack Star Fox Adventures HD Texture Pack by CYB3RTR0N]
* [https://forums.dolphin-emu.org/Thread-star-fox-adventures-hd-texture-pack Star Fox Adventures HD Texture Pack by CYB3RTR0N]