Turn off pal blending support until I can figure out why the pal blender isn't compiling.

This commit is contained in:
root
2017-08-22 10:44:43 -07:00
parent 49b8d466dd
commit d4e6b08505
+1 -1
View File
@@ -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);
}
}