House of the Dead: Overkill: Difference between revisions

Line 25: Line 25:


== Enhancements ==
== Enhancements ==
=== 60 FPS ===
Gecko Code:
<pre>
$60FPS [Nick Reynolds]
055AB344 42700000
</pre>
=== Bloom ===
=== Bloom ===
Using Internal Resolutions above 1x will have a detrimental effect on this titles bloom effects. Bloom can be corrected with the following Gecko code. Use either x4 or x8, whichever is closer to the Internal Resolution you are running. You can change the Brightness line to increase or reduce the bloom brightness by replacing 3f400000 (float value = 0.75) using a float value to hex converter.
Using Internal Resolutions above 1x will have a detrimental effect on this titles bloom effects. Bloom can be corrected with the following Gecko code. Use either x4 or x8, whichever is closer to the Internal Resolution you are running. You can change the Brightness line to increase or reduce the bloom brightness by replacing 3f400000 (float value = 0.75) using a float value to hex converter.