Return of the MP3 CD patch ... use CBR 22 kHz

svn-id: r3981
This commit is contained in:
Nicolas Bacca 2002-04-17 20:23:45 +00:00
parent fd6a44e7c5
commit bb06400d00
9 changed files with 310 additions and 149 deletions

View file

@ -4,7 +4,6 @@
#include "SDL_thread.h"
#include "gameDetector.h"
#include "mp3_cd.h"
#include <SDL.h>
#define MAX(a,b) (((a)<(b)) ? (b) : (a))