mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
new opl3 emulator
This commit is contained in:
parent
e9075334a3
commit
88f4305e7e
2 changed files with 2 additions and 2 deletions
|
@ -1142,4 +1142,4 @@ NukedOPL3::NukedOPL3(bool stereo) {
|
|||
|
||||
OPLEmul *NukedOPL3Create(bool stereo) {
|
||||
return new NukedOPL3(stereo);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -115,4 +115,4 @@ public:
|
|||
void SetPanning(int c, float left, float right);
|
||||
|
||||
NukedOPL3(bool stereo);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue