(Menu) Update SDL 2 video driver entry

This commit is contained in:
twinaphex 2014-08-13 09:03:24 +02:00
parent 38ec3146f3
commit 0090ec654a

View File

@ -1098,14 +1098,12 @@ static int menu_info_screen_iterate(unsigned action, rarch_setting_t *setting)
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
" -- SDL 2 Video driver.\n" " -- SDL 2 Video driver.\n"
" \n" " \n"
"This driver allows libretro GL cores to \n" "This is an SDL 2 software-rendered video \n"
"be used in addition to software-rendered \n" "driver.\n"
"core implementations.\n"
" \n" " \n"
"Performance for software-rendered and \n" "Performance for software-rendered libretro \n"
"libretro GL core implementations is \n" "core implementations is dependent \n"
"dependent on your platform SDL \n" "on your platform SDL implementation.");
"implementation.");
else if (!strcmp(g_settings.video.driver, "sdl")) else if (!strcmp(g_settings.video.driver, "sdl"))
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
" -- SDL Video driver.\n" " -- SDL Video driver.\n"