From 9e2e0d70886f0452f8bc1497a55c5c0f591f301e Mon Sep 17 00:00:00 2001 From: MikeS11 Date: Sun, 15 Dec 2024 21:58:10 -0700 Subject: [PATCH] Increase YC Mode Arrary (#940) Current Saturn core extends the requirements beyond 10 to 14 potentially more, increasing the array to 20 to fix the current limitation and allow for some buffer. --- video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.cpp b/video.cpp index 4839825..68759df 100644 --- a/video.cpp +++ b/video.cpp @@ -77,7 +77,7 @@ static VideoInfo current_video_info; static int support_FHD = 0; -yc_mode yc_modes[10]; +yc_mode yc_modes[20]; struct vrr_cap_t {