more optimization
as of now non-stereo sound chips are only processed once
This commit is contained in:
parent
6efcfc2e8a
commit
d6fb6b0bb3
17 changed files with 66 additions and 41 deletions
|
|
@ -31,7 +31,7 @@ class DivPlatformSMS: public DivDispatch {
|
|||
sn76496_device* sn;
|
||||
public:
|
||||
int acquireOne();
|
||||
void acquire(short** buf, size_t start, size_t len);
|
||||
void acquire(short* bufL, short* bufR, size_t start, size_t len);
|
||||
int dispatch(DivCommand c);
|
||||
void tick();
|
||||
int init(DivEngine* parent, int channels, int sugRate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue