libretro / gambatte-libretro

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

Update core options for compatibility with TheWolfBunny64's latest palettes + optimisations #187

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

This PR updates gambatte's core option code for compatibility with the TheWolfBunny64's new palette collection: #185

Since there are now a very large number of palettes, the PR also optimises palette lookups using a hash table.