forked from len0rd/rockbox
PacBox: Premultiply sound prom data on load rather than during emulation. Use 16-bit data for 'raw' output instead of int.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f09370058f
commit
ceab0b04eb
5 changed files with 26 additions and 21 deletions
|
@ -123,7 +123,7 @@ void init_PacmanMachine(int dip);
|
|||
int run(void);
|
||||
void reset_PacmanMachine(void);
|
||||
void decodeROMs(void);
|
||||
void playSound( int * buf, int len );
|
||||
void playSound( int16_t * buf, int len );
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue