host sample rate support for Pico

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@445 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-12 20:17:32 +00:00
parent ef4eb506de
commit ed367a3f7c
5 changed files with 49 additions and 23 deletions

View file

@ -71,7 +71,7 @@ extern int (*PicoMCDcloseTray)(void);
extern int PicoCDBuffers;
// Pico/Pico.c
#define XPCM_BUFFER_SIZE (320+32)
#define XPCM_BUFFER_SIZE (320+160)
typedef struct
{
int pen_pos[2];