More preparing, Add OPL type docs
This commit is contained in:
parent
2863f1662f
commit
0b2f491997
3 changed files with 21 additions and 25 deletions
|
|
@ -151,6 +151,10 @@ 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