support mp3 decoding over libavcodec

This commit is contained in:
notaz 2013-07-01 03:40:31 +03:00
parent 90f0dedf83
commit fc11dd059b
9 changed files with 342 additions and 158 deletions

View file

@ -217,7 +217,7 @@ void plat_init(void)
plat_sdl_quit_cb = plat_sdl_quit;
SDL_WM_SetCaption("PicoDrive" VERSION, NULL);
SDL_WM_SetCaption("PicoDrive " VERSION, NULL);
g_menuscreen_w = plat_sdl_screen->w;
g_menuscreen_h = plat_sdl_screen->h;