libretro / gpsp

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

Implement OBJ Tile Offsets (from TempGBA-Mod) #217

Closed andymcca closed 11 months ago

andymcca commented 11 months ago

Add code from TempGBA-Mod which calculates and use OBJ tile offsets and update tile_ptr within the tile drawing routines . The 2D calculation in particular fixes the corrupted menu in Super Street Fighter 2 Revival.

davidgfnet commented 11 months ago

Just merged after a few minor style fixes. Thanks Andy! This fixes a couple of games, removing some random sprite garbage and making menus readable :)