fix more possible crashes when deleting ins
and added a fatal error if implementation is missing
This commit is contained in:
parent
bb4dc21603
commit
c1e26ee749
34 changed files with 111 additions and 10 deletions
|
|
@ -89,6 +89,7 @@ class DivPlatformSegaPCM: public DivDispatch {
|
|||
void tick(bool sysTick=true);
|
||||
void muteChannel(int ch, bool mute);
|
||||
void notifyInsChange(int ins);
|
||||
void notifyInsDeletion(void* ins);
|
||||
void renderSamples(int chipID);
|
||||
void setFlags(const DivConfig& flags);
|
||||
int getOutputCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue