Resident Evil Code: Veronica X: Difference between revisions

mNo edit summary
Line 28: Line 28:


== Enhancements ==
== Enhancements ==
=== Enable 60Hz Mode (PAL) ===
<pre>
04000088 7FE3FB78
0400008C 3C80802A
04000090 6084D220
04000094 38A0003C
04000098 4800545D
0400009C 481784C8
04178560 4BE87B28
</pre>
=== 16:9 Aspect Ratio (Widescreen) ===
=== 16:9 Aspect Ratio (Widescreen) ===
==== NTSC-U (Stretch to 16:9) ====
==== NA (Stretch to 16:9) ====
<pre>
<pre>
04488170 3F619368
04488170 3F619368
</pre>
</pre>


==== NTSC-U (Stretch to Window) ====
==== NA (Stretch to Window) ====
<pre>
<pre>
04488170 3F4DDDDD
04488170 3F4DDDDD
</pre>
</pre>


====  PAL (Stretch to 16:9) ====
====  EU (Stretch to 16:9) ====
<pre>
<pre>
0448C730 3F619368
0448C730 3F619368
</pre>
</pre>


==== PAL (Stretch to Window) ====
==== EU (Stretch to Window) ====
<pre>
<pre>
0448C730 3F4DDDDD
0448C730 3F4DDDDD
Line 62: Line 51:
=== HD UI ===
=== HD UI ===
[https://forums.dolphin-emu.org/Thread-gc-resident-evil-code-veronica-x-high-res-ui-textures Forum thread].
[https://forums.dolphin-emu.org/Thread-gc-resident-evil-code-veronica-x-high-res-ui-textures Forum thread].
=== 60Hz PAL ===
In the PAL-Version the 60Hz mode cannot be activated at startup. Use this Gecko code to force the 60Hz mode.
<pre>$60Hz
04000088 7FE3FB78
0400008C 3C80802A
04000090 6084D220
04000094 38A0003C
04000098 4800545D
0400009C 481784C8
04178560 4BE87B28
</pre>


== Configuration ==
== Configuration ==