mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +00:00
(Menu) Update SDL 2 video driver entry
This commit is contained in:
parent
38ec3146f3
commit
0090ec654a
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user