libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
52 stars 52 forks source link

Don't update background scanline params in mode 0 #216

Closed andymcca closed 1 year ago

andymcca commented 1 year ago

Noticed that an issue with Rayman 3 Hoodlum Havoc was reported on one of the gpsp compatability lists. Cross-checked against mgba and revealed the same issue reported as being present in an earlier version -

https://github.com/mgba-emu/mgba/issues/377

This PR applies the same fix as used in mgba. Could affect other games also.

davidgfnet commented 1 year ago

Yeah it fixes a couple of odd games, but it's the correct behaviour, so let's merge it!