forked from len0rd/rockbox
codec: sid: split cRSID header into a public and a private header
Needed to compile cRSID as a proper library. Change-Id: I276967f46037bd65db1ff38985a781183fc26a00
This commit is contained in:
parent
e8135fea5a
commit
15c0f0576e
4 changed files with 176 additions and 165 deletions
|
|
@ -52,7 +52,7 @@ void cRSID_generateSound(cRSID_C64instance* C64instance, unsigned char *buf, uns
|
|||
#endif
|
||||
|
||||
|
||||
static inline signed short cRSID_generateSample (cRSID_C64instance* C64) { //call this from custom buffer-filler
|
||||
signed short cRSID_generateSample (cRSID_C64instance* C64) { //call this from custom buffer-filler
|
||||
static int Output;
|
||||
Output=cRSID_emulateC64(C64);
|
||||
if (C64->PSIDdigiMode) Output += cRSID_playPSIDdigi(C64);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue