libretro / gambatte-libretro

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

Small tweak to the color correction #262

Closed bslenul closed 5 months ago

bslenul commented 5 months ago

Currently when you have "GB Colorization" OFF and "Color Correction" set to "GBC Only" the core will still perform the color correction for GB games.

This is incorrect according to the option description:

'GBC Only' ensures that correction will only be applied when playing Game Boy Color games, or when using a Game Boy Color palette to colorize a Game Boy game.

So let's keep that isGbcPalette bool false.

Closes #254