mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
support mp3 decoding over libavcodec
This commit is contained in:
parent
90f0dedf83
commit
fc11dd059b
9 changed files with 342 additions and 158 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue