Fix build

This commit is contained in:
cam900 2022-12-04 21:22:09 +09:00
parent d5f4e701e8
commit e1e5b0917c
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class DivPlatformGenesis: public DivPlatformOPN {
void acquire_ymfm(short* bufL, short* bufR, size_t start, size_t len);
friend void putDispatchChip(void*,int);
friend void putDispatchChan(void*,int,int);
public:
void acquire(short* bufL, short* bufR, size_t start, size_t len);
void fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len);