OPL: fix channel muting - PLEASE READ!

**SUBMODULES UPDATED** - Nuked-OPL3 is no longer a submodule as I
had to directly modify the core for this
if you mess up while removing Nuked-OPL3 from your repo, delete
everything and clone again

fixes #414
This commit is contained in:
tildearrow 2022-05-04 18:06:32 -05:00
parent e50df18393
commit b75336bcb6
10 changed files with 2175 additions and 6 deletions

View file

@ -22,7 +22,7 @@
#include "../dispatch.h"
#include "../macroInt.h"
#include <queue>
#include "../../../extern/Nuked-OPL3/opl3.h"
#include "../../../extern/opl/opl3.h"
class DivPlatformOPL: public DivDispatch {
protected: