libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
41 stars 63 forks source link

Wheel of Fortune visual glitch #120

Closed keithbowes closed 4 years ago

keithbowes commented 4 years ago

In this core, the startup screen is basically illegible: wheeloffortune-200603-212318

It works OK in the upstream version: wheeloffortune-200603-212238

I tried merging upstream into this repository and recompiling, but that still had the same visual problems. Maybe someone familiar with the internal functioning of the core and MD assembly will know the cause.

keithbowes commented 4 years ago

I did a bisect and what caused the problem was the introduction of picodrive_renderer (commit 0f3f206). I changed it from "fast" to "accurate" and it works fine now. Closing, though maybe a note should be added somewhere that "fast" rendering can lead to display problems (perhaps the README, perhaps on the options page).