allign enabled_videomodes preset

This commit is contained in:
Markus Volk
2020-03-16 08:20:25 +01:00
parent 03d8af2fb1
commit e537c2cd3d
2 changed files with 5 additions and 5 deletions

View File

@@ -437,9 +437,9 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.enabled_video_modes[i] = configfile.getInt32(cfg_key, 0);
}
#if VIDEOMENU_VIDEOMODE_OPTION_COUNT > 3
g_settings.enabled_video_modes[3] = 1; // 720p 50Hz
g_settings.enabled_video_modes[4] = 1; // 1080i 50Hz
g_settings.enabled_video_modes[9] = 1; // 720p 60Hz
g_settings.enabled_video_modes[5] = 1; // 720p 50Hz
g_settings.enabled_video_modes[6] = 1; // 720p 60Hz
g_settings.enabled_video_modes[7] = 1; // 1080i 50Hz
#endif
for (int i = 0; i < VIDEOMENU_VIDEOMODE_OPTION_COUNT; i++) {