mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
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:
parent
ef4eb506de
commit
ed367a3f7c
5 changed files with 49 additions and 23 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue