mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 13:20:52 +00:00
(360) Gamma correction enabled by default now
This commit is contained in:
parent
4cdd4eb8db
commit
b2f9b90f1c
@ -379,6 +379,7 @@ void rarch_settings_set_default (const input_driver_t *input)
|
|||||||
g_console.info_msg_enable = true;
|
g_console.info_msg_enable = true;
|
||||||
#ifdef _XBOX360
|
#ifdef _XBOX360
|
||||||
g_console.color_format = 0;
|
g_console.color_format = 0;
|
||||||
|
g_console.gamma_correction_enable = 1;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
g_console.zip_extract_mode = 0;
|
g_console.zip_extract_mode = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user