(360) Gamma correction enabled by default now

This commit is contained in:
twinaphex 2012-07-29 17:27:20 +02:00
parent 4cdd4eb8db
commit b2f9b90f1c

View File

@ -379,6 +379,7 @@ void rarch_settings_set_default (const input_driver_t *input)
g_console.info_msg_enable = true;
#ifdef _XBOX360
g_console.color_format = 0;
g_console.gamma_correction_enable = 1;
#endif
#ifdef HAVE_ZLIB
g_console.zip_extract_mode = 0;