From d4e6b085056b8f15f46b3bd2efe8ee8dd42e119d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Aug 2017 10:44:43 -0700 Subject: [PATCH] Turn off pal blending support until I can figure out why the pal blender isn't compiling. --- libretro/libretro-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/libretro-core.c b/libretro/libretro-core.c index 1ff3ea9..365da7e 100644 --- a/libretro/libretro-core.c +++ b/libretro/libretro-core.c @@ -309,7 +309,7 @@ static void update_variables(void) } else if (Atari800_tv_mode == Atari800_TV_PAL) { - ARTIFACT_Set(ARTIFACT_PAL_BLEND); + ARTIFACT_Set(ARTIFACT_NONE); // PAL Blending has been flipped off in config for now. ARTIFACT_SetTVMode(Atari800_TV_PAL); } }