libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
105 stars 79 forks source link

Get rid of 64KB lookup table that doesn't speed things up. #29

Closed Alcaro closed 10 years ago

Alcaro commented 10 years ago

Long ago, I thought it was needed to avoid a branch on a hot path. But that code path is not hot, so it just wastes space - it takes longer to set up the cache than what could possibly be saved from using it.