pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
452 stars 89 forks source link

fix GameBoy bilinear interpolation bug #19

Closed ln93 closed 3 years ago

ln93 commented 4 years ago

Player may notice that Bilinear Interpolation didn't make any difference than Nearest interpolation in GNUboy. So I tried to fix it.

pebri86 commented 3 years ago

Hi, Great way smoother, going merge this Thanks