Fix debug build
This commit is contained in:
parent
5da139ec82
commit
b8a5d27a4f
12 changed files with 12 additions and 1 deletions
|
|
@ -61,6 +61,8 @@ class DivPlatformArcade: public DivPlatformOPM {
|
|||
void acquire_nuked(short* bufL, short* bufR, size_t start, size_t len);
|
||||
void acquire_ymfm(short* bufL, short* bufR, size_t start, size_t len);
|
||||
|
||||
friend void putDispatchChan(void*,int,int);
|
||||
friend void putDispatchChip(void*,int);
|
||||
public:
|
||||
void acquire(short* bufL, short* bufR, size_t start, size_t len);
|
||||
int dispatch(DivCommand c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue