(Menu) Improve some descriptions

This commit is contained in:
twinaphex 2014-07-25 19:01:52 +02:00
parent 78fcd416e7
commit 2ccee86694

View File

@ -1472,8 +1472,8 @@ static int menu_info_screen_iterate(unsigned action)
"core implementations.\n" "core implementations.\n"
" \n" " \n"
"Performance for software-rendered and \n" "Performance for software-rendered and \n"
"libretro GL core implementations should be \n" "libretro GL core implementations is \n"
"optimal (depending on your graphics card's \n" "dependent on your graphics card's \n"
"underlying GL driver)."); "underlying GL driver).");
else if (!strcmp(g_settings.video.driver, "sdl")) else if (!strcmp(g_settings.video.driver, "sdl"))
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
@ -1486,14 +1486,14 @@ static int menu_info_screen_iterate(unsigned action)
"Consider using it only as a last resort.\n" "Consider using it only as a last resort.\n"
" \n" " \n"
"WARNING: Menu support is currently not \n" "WARNING: Menu support is currently not \n"
"supported with this driver."); "supported by this driver.");
else if (!strcmp(g_settings.video.driver, "d3d")) else if (!strcmp(g_settings.video.driver, "d3d"))
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
" -- Direct3D Video driver. \n" " -- Direct3D Video driver. \n"
" \n" " \n"
"Performance for software-rendered cores \n" "Performance for software-rendered cores \n"
"should be optimal (depending on your \n" "is dependent on your graphic card's \n"
"graphics card's underlying D3D driver)."); "underlying D3D driver).");
else if (!strcmp(g_settings.video.driver, "lima")) else if (!strcmp(g_settings.video.driver, "lima"))
snprintf(msg, sizeof(msg), snprintf(msg, sizeof(msg),
" -- Lima Video Driver. \n" " -- Lima Video Driver. \n"