[Kernel] Correct GammaType enum.

This commit is contained in:
gibbed 2018-05-23 04:25:19 -05:00
parent bc369e43cb
commit 712a2afdf4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void VdGetCurrentDisplayGamma(lpdword_t type_ptr, lpfloat_t unknown_ptr) {
enum class GammaType {
SRGB = 1,
Unknown = 2,
Normal = 3,
Linear = 3,
};
*/
*type_ptr = 1;