[Kernel] Make HDTV gamma the default

This commit is contained in:
Triang3l
2020-12-31 16:14:26 +03:00
parent 37013ee352
commit ea9ee0d4ba
2 changed files with 9 additions and 6 deletions

View File

@@ -440,7 +440,7 @@ class IConfigVarUpdate {
// If you're reviewing a pull request with a change here, check if 1) has been
// done by the submitter before merging.
static constexpr uint32_t kLastCommittedUpdateDate =
MakeConfigVarUpdateDate(2020, 12, 31, 12);
MakeConfigVarUpdateDate(2020, 12, 31, 13);
virtual ~IConfigVarUpdate() = default;