Merge pull request #876 from tobiasjakobi/fixes

some trivial fixes
This commit is contained in:
Twinaphex 2014-08-13 19:54:20 +02:00
commit a8e8e65bc1
5 changed files with 5 additions and 3 deletions

View File

@ -1120,11 +1120,13 @@ static int menu_info_screen_iterate(unsigned action, rarch_setting_t *setting)
"Performance for software-rendered cores \n"
"is dependent on your graphic card's \n"
"underlying D3D driver).");
else if (!strcmp(g_settings.video.driver, "lima"))
else if (!strcmp(g_settings.video.driver, "exynos"))
snprintf(msg, sizeof(msg),
" -- Lima Video Driver. \n"
" -- Exynos-G2D Video Driver. \n"
" \n"
"This is a low-level Limare video driver. \n"
"This is a low-level Exynos video driver. \n"
"Uses the G2D block in Samsung Exynos SoC \n"
"for blit operations. \n"
" \n"
"Performance for software rendered cores \n"
"should be optimal.");

0
gfx/filters/blargg_ntsc_snes_composite.c Executable file → Normal file
View File

0
gfx/filters/blargg_ntsc_snes_rf.c Executable file → Normal file
View File

0
gfx/filters/blargg_ntsc_snes_rgb.c Executable file → Normal file
View File

0
gfx/filters/blargg_ntsc_snes_svideo.c Executable file → Normal file
View File