Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5681e2a

Browse files
authored
Merge pull request #94 from Gumball2415/feature-refactor-composite-emulation
Refactor SMPTE-C implementation 2
2 parents 3a42b48 + 1b23d7f commit 5681e2a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

GUI.NET/Forms/Config/frmVideoConfig.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GUI.NET/Forms/Config/frmVideoConfig.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,13 @@ protected override bool ValidateInput()
165165
tlpNtscFilter1.Visible = true;
166166
tlpNtscFilter2.Visible = false;
167167
chkMergeFields.Visible = true;
168+
chkColorimetryCorrection.Visible = false;
168169
grpNtscFilter.Visible = true;
169170
} else if(filter == VideoFilterType.BisqwitNtsc || filter == VideoFilterType.BisqwitNtscHalfRes || filter == VideoFilterType.BisqwitNtscQuarterRes) {
170171
tlpNtscFilter1.Visible = true;
171172
tlpNtscFilter2.Visible = true;
172173
chkMergeFields.Visible = false;
174+
chkColorimetryCorrection.Visible = true;
173175
grpNtscFilter.Visible = true;
174176
} else {
175177
grpNtscFilter.Visible = false;

GUI.NET/Forms/Config/frmVideoConfig.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
129129
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
130130
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACs
131-
BQAAAk1TRnQBSQFMAwEBAAFoAQABaAEAARABAAEQAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABQAMA
131+
BQAAAk1TRnQBSQFMAwEBAAFwAQABcAEAARABAAEQAQAE/wEZAQAI/wFCAU0BNgcAATYDAAEoAwABQAMA
132132
ARADAAEBAQABGAYAAQweAAH5AvgB1QHBAbsBqAFyAWEBkAFHATABkAFHATABpgFuAVwB0gG8AbUB+AL2
133133
pQAB1QHAAbkBlgFNATIBqgFaASwBuwFkASsBwAFpASkBwAFpASkBuwFlASwBqwFbAS0BmAFMATAB0wG9
134134
AbWfAAHRAbgBrwGlAVgBMgHAAW0BLgHCAW0BLQHCAW0BLQHCAW0BLQHCAW0BLQHCAW0BLQHCAW0BLQHA

0 commit comments

Comments
 (0)