andymikulski / nES6

NES emulator written in ES6
Other
4 stars 1 forks source link

Aggressive caching causing visual artifacts? #11

Closed andymikulski closed 7 years ago

andymikulski commented 7 years ago

I've been noticing some artifacts lately (particularly in TSB2k17), and I'm wondering if it's due to some overzealous caching implemented recently. Game is still playable just fine and all that, just has some minor visual glitches.

I'll need to look through the recent commit history and determine where we can/can't cache things.