OPL: fix crash
This commit is contained in:
parent
6fe7e638d5
commit
0a055ff85b
2 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ class DivPlatformOPL: public DivDispatch {
|
|||
}
|
||||
};
|
||||
Channel chan[20];
|
||||
DivDispatchOscBuffer* oscBuf[18];
|
||||
DivDispatchOscBuffer* oscBuf[20];
|
||||
bool isMuted[20];
|
||||
struct QueuedWrite {
|
||||
unsigned short addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue