mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 19:16:09 +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;
|
||||
#ifdef _XBOX360
|
||||
g_console.color_format = 0;
|
||||
g_console.gamma_correction_enable = 1;
|
||||
#endif
|
||||
#ifdef HAVE_ZLIB
|
||||
g_console.zip_extract_mode = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user