Lost Kingdoms II: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


== Enhancements ==
== Enhancements ==
=== Blurry Distant Textures ===
The game uses low-resolution textures, which passing through modern texture-filtering will cause trees, etc. in the distance to be blurry when playing at a higher internal resolution. Set '''ArbitraryMipmapDetection''' = False to help with this.
=== 16:9 Widescreen Gecko Code ===
=== 16:9 Widescreen Gecko Code ===
The built-in Widescreen Hack causes clipping issues. The following Gecko codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes. Note that as of 5.0-11476, using this code with Aspect Ratio set to Auto will cause the [https://bugs.dolphin-emu.org/issues/11951 aspect ratio to flicker between 4:3 and 16:9 at certain points and angles.] You can alleviate this by making sure that SyncGPU is set to FALSE, and possibly stop it by setting ImmediateXFBenable = True.
The built-in Widescreen Hack causes clipping issues. The following Gecko codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes. Note that as of 5.0-11476, using this code with Aspect Ratio set to Auto will cause the [https://bugs.dolphin-emu.org/issues/11951 aspect ratio to flicker between 4:3 and 16:9 at certain points and angles.] You can alleviate this by making sure that SyncGPU is set to FALSE, and possibly stop it by setting ImmediateXFBenable = True.