[Kernel] use TV Gamma as default instead of CRT
This commit is contained in:
parent
76cc7b6b32
commit
13aad56244
|
@ -20,7 +20,7 @@
|
|||
#include "xenia/kernel/xboxkrnl/xboxkrnl_rtl.h"
|
||||
#include "xenia/xbox.h"
|
||||
|
||||
DEFINE_int32(kernel_display_gamma_type, 1,
|
||||
DEFINE_int32(kernel_display_gamma_type, 2,
|
||||
"Display gamma type: 0 - linear, 1 - sRGB, 2 - TV (BT.709), "
|
||||
"3 - power specified via kernel_display_gamma_power.",
|
||||
"Kernel");
|
||||
|
|
Loading…
Reference in New Issue