sound, fix mcd cdda (mono, resampling), type cleanup, remove minimp3

This commit is contained in:
kub 2022-02-08 20:49:43 +00:00
parent 9f1d5acdb4
commit f7741cac91
14 changed files with 193 additions and 89 deletions

View file

@ -24,7 +24,7 @@ static char *mystrip(char *str);
#include "menu_pico.h"
#include "emu.h"
#include <pico/pico.h>
#include <pico/pico_int.h>
// always output DOS endlines
#ifdef _WIN32