From 2dfd4845e61f473f347f880d2cc7d29f6189226d Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 3 Jul 2022 17:38:53 +0300 Subject: [PATCH] Force always on DIW if strobe conflict condition. --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index 7eaa19b3..cf565302 100644 --- a/custom.cpp +++ b/custom.cpp @@ -5357,7 +5357,7 @@ static void finish_decisions(int hpos) /* Large DIWSTOP values can cause the stop position never to be * reached, so the state machine always stays in the same state and * there's a more-or-less full-screen DIW. */ - if (hdiwstate == diw_states::DIW_waiting_stop && thisline_decision.diwfirstword >= 0) { + if ((hdiwstate == diw_states::DIW_waiting_stop && thisline_decision.diwfirstword >= 0) || hstrobe_conflict) { thisline_decision.diwlastword = max_diwlastword; } -- 2.47.3