Bugfix release
Only one functional change in this release, which fixes a regression introduced in v0.10.0:
- (SNES) Corrected implementation of how Mode 7 clips scrolled center point coordinates; this fixes missing background graphics on some screens in Super Metroid (#426)
- (The PPU does not simply clip to signed 10-bit or signed 11-bit like previous implementations did; it converts from signed 14-bit to signed 11-bit by dropping bits 10-12, combining the lowest 10 bits with the sign bit from the full 14-bit value)