We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab41d75 commit f4edcf7Copy full SHA for f4edcf7
platforms/libretro/libretro.cpp
@@ -797,7 +797,7 @@ static void check_variables(void)
797
798
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
799
{
800
- core->GetHuC6260()->SetCompositePalette(strcmp(var.value, "Enabled") == 0);
+ core->GetHuC6260()->SetPalette(strcmp(var.value, "Enabled") == 0 ? 1 : 0);
801
}
802
803
var.key = "geargrafx_backup_ram";
0 commit comments