You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picodrive can support MP3 playback, often found in Sega CD ZIPs. However, it requires a special configure switch: --with-libavcodec=yes. The setup script could detect that the library exists and add this switch in.
For that matter, there doesn't appear to be any process to customize the compilation route, despite the completely non-standard install process. So, I'm either compiling from the menu without any customizations, or I'm compiling from the actual source, and left trying to figure out how to jam this binary into the Retroarch core directories.