[Kernel] Correct GammaType enum.
This commit is contained in:
parent
bc369e43cb
commit
712a2afdf4
|
@ -42,7 +42,7 @@ void VdGetCurrentDisplayGamma(lpdword_t type_ptr, lpfloat_t unknown_ptr) {
|
||||||
enum class GammaType {
|
enum class GammaType {
|
||||||
SRGB = 1,
|
SRGB = 1,
|
||||||
Unknown = 2,
|
Unknown = 2,
|
||||||
Normal = 3,
|
Linear = 3,
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
*type_ptr = 1;
|
*type_ptr = 1;
|
||||||
|
|
Loading…
Reference in New Issue