mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
Turn off pal blending support until I can figure out why the pal blender isn't compiling.
This commit is contained in:
@@ -309,7 +309,7 @@ static void update_variables(void)
|
|||||||
}
|
}
|
||||||
else if (Atari800_tv_mode == Atari800_TV_PAL)
|
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);
|
ARTIFACT_SetTVMode(Atari800_TV_PAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user