mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-22 13:15:28 +01:00
[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 {
|
||||
SRGB = 1,
|
||||
Unknown = 2,
|
||||
Normal = 3,
|
||||
Linear = 3,
|
||||
};
|
||||
*/
|
||||
*type_ptr = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue