mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
change new artifacting to old temporarily.
This commit is contained in:
@@ -304,7 +304,7 @@ static void update_variables(void)
|
|||||||
{
|
{
|
||||||
if (Atari800_tv_mode == Atari800_TV_NTSC)
|
if (Atari800_tv_mode == Atari800_TV_NTSC)
|
||||||
{
|
{
|
||||||
ARTIFACT_Set(ARTIFACT_NTSC_NEW);
|
ARTIFACT_Set(ARTIFACT_NTSC_OLD);
|
||||||
ARTIFACT_SetTVMode(Atari800_TV_NTSC);
|
ARTIFACT_SetTVMode(Atari800_TV_NTSC);
|
||||||
}
|
}
|
||||||
else if (Atari800_tv_mode == Atari800_TV_PAL)
|
else if (Atari800_tv_mode == Atari800_TV_PAL)
|
||||||
|
|||||||
Reference in New Issue
Block a user