Sonic Unleashed: Difference between revisions

Merge 60 FPS sections; Retire v1 code
(Merge 60 FPS sections; Retire v1 code)
Line 23: Line 23:
== Enhancements ==
== Enhancements ==
=== 60FPS Hack ===
=== 60FPS Hack ===
Enter this as an AR code in the game's configuration settings. This patch will unlock the game's frame rate from 30FPS on actual hardware to 60FPS.
These Gecko Code for the US version (RSVE8P) will unlock the game's frame rate from 30FPS on actual hardware to 60FPS.
Each level the framerate will reset to 30FPS until you re-toggle. This was done to allow full completion of the game without turning off the patch.
Use the version depending on which control scheme you will use in-game.  


Check "Store EFB Copies To Texture Only.". It may also be advisable to increase the emulated CPU clock to maintain 60FPS rendering. The 60 FPS is graphic dependent, so lowering the internal rendering resolution may be required to maintain 60 FPS.


Original 60FPS code
Enable "Store EFB Copies To Texture Only.". It may also be advisable to increase the emulated CPU clock to maintain 60FPS rendering. The 60 FPS is graphic dependent, so lowering the internal rendering resolution may be required to maintain 60 FPS.
<pre>
04868794 3F800000
04792460 0000003C
</pre>
 
Known problems:
 
* Boss battles are broken.
* May stop werehog from dashing to one side.
* Werehog can't open doors
 
=== Enhanced 60FPS Hack with Toggle ===
This version addresses the known issues above.


FPS Controller Toggle Version + Werehog Dashing Patch
Known problems while in 60 FPS:
* Boss battles are broken while in 60 FPS
* Werehog can't open doors in 60 FPS


These are Gecko Codes for US version (RSVE8P)
These are  


GameCube Controller:
GameCube Controller:
Line 97: Line 87:
*Toggle and werehog fix added by dreamsyntax
*Toggle and werehog fix added by dreamsyntax
</pre>
</pre>


== Configuration ==
== Configuration ==