[Kernel] use TV Gamma as default instead of CRT

This commit is contained in:
illusion98 2019-11-05 07:00:12 -05:00
parent f98770190e
commit 470df23c31
1 changed files with 1 additions and 1 deletions

View File

@ -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");