mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 08:37:41 +00:00
(360/PS3) Set aspect ratio to 16:9 by default
This commit is contained in:
parent
ef58bc2a0d
commit
cc8c765190
@ -270,7 +270,12 @@ void config_set_defaults(void)
|
||||
g_extern.console.screen.resolutions.current.id = 0;
|
||||
strlcpy(g_extern.console.main_wrap.default_rom_startup_dir, default_paths.filebrowser_startup_dir, sizeof(g_extern.console.main_wrap.default_rom_startup_dir));
|
||||
strlcpy(g_extern.console.main_wrap.default_savestate_dir, default_paths.savestate_dir, sizeof(g_extern.console.main_wrap.default_savestate_dir));
|
||||
|
||||
#if defined(__CELLOS_LV2) || defined(_XBOX360)
|
||||
g_settings.video.aspect_ratio_idx = ASPECT_RATIO_16_9;
|
||||
#else
|
||||
g_settings.video.aspect_ratio_idx = 0;
|
||||
#endif
|
||||
g_extern.state_slot = 0;
|
||||
g_extern.audio_data.mute = 0;
|
||||
g_extern.verbose = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user