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.
This commit is contained in:
MikeS11
2024-12-15 21:58:10 -07:00
committed by GitHub
parent 5418c6f09a
commit 9e2e0d7088

View File

@@ -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
{