Revert "More preparing, Add OPL type docs"
This reverts commit 0b2f491997.
do not add a constructor to any of the DivPlatforms.
it will break things.
This commit is contained in:
parent
0b2f491997
commit
f2950fa1d6
3 changed files with 25 additions and 21 deletions
|
|
@ -151,10 +151,6 @@ class DivPlatformOPL: public DivDispatch {
|
|||
void renderSamples();
|
||||
int init(DivEngine* parent, int channels, int sugRate, unsigned int flags);
|
||||
void quit();
|
||||
DivPlatformOPL(int type, bool drums):
|
||||
DivDispatch() {
|
||||
setOPLType(type,drums);
|
||||
}
|
||||
~DivPlatformOPL();
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue