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

Add 'TI-83 Legacy' internal colourisation palette #188

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

I just noticed that #185 made significant changes to the internal TI-83 colour palette. While the new version is agreeable, the old one was a good dark/neutral baseline palette that worked particularly well with video filters - so much so that some dedicated filter presets intended specifically for use with it were added to RetroArch itself (https://github.com/libretro/RetroArch/blob/master/gfx/video_filters/Dot_Matrix_3x_GB_TI-83_Grid.filt, https://github.com/libretro/RetroArch/blob/master/gfx/video_filters/Dot_Matrix_4x_GB_TI-83_Grid.filt)

While retaining the new TI-83 palette, this trivial PR restores the original one by adding it to the list of special/extended options in the main palette list (Special 4 (TI-83 Legacy))