From 32be35230b1f8e3762369c501678255ddcf1088b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 26 Jan 2019 17:03:36 +0200 Subject: [PATCH] picasso96refresh compatibility fix. --- custom.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3