]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Always mark line as changed when AGA subpixel scroll value changes.
authorToni Wilen <twilen@winuae.net>
Wed, 18 May 2016 16:25:34 +0000 (19:25 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 18 May 2016 16:25:34 +0000 (19:25 +0300)
custom.cpp

index 821b04e8052e1246c9f46ab8ed8addfed9c39449..a1f7e56d68bf42e1b190bba551c595005dffebf8 100644 (file)
@@ -1747,6 +1747,7 @@ static void hack_shres_delay(int hpos)
                current_colors.extra &= ~(1 << (CE_SHRES_DELAY + 1));
                current_colors.extra |= toscr_delay_sh[0] << CE_SHRES_DELAY;
                remembered_color_entry = -1;
+               thisline_changed = true;
        }
 }