From: Toni Wilen Date: Sat, 26 Jan 2019 15:03:36 +0000 (+0200) Subject: picasso96refresh compatibility fix. X-Git-Tag: 4200~74 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=32be35230b1f8e3762369c501678255ddcf1088b;p=francis%2Fwinuae.git picasso96refresh compatibility fix. --- diff --git a/custom.cpp b/custom.cpp index 5ac67a54..71e26558 100644 --- a/custom.cpp +++ b/custom.cpp @@ -8395,6 +8395,7 @@ static void vsync_handler_post (void) #ifdef PICASSO96 if (p96refresh_active) { vpos_count = p96refresh_active; + vpos_count_diff = p96refresh_active; vtotal = vpos_count; } #endif