CONTRIBUTING

This commit is contained in:
cam900 2022-08-27 18:22:36 +09:00
parent 8f804f6e6b
commit 570036ad6f
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ class DivYM2610Interface: public ymfm::ymfm_interface {
sampleBank(0) {}
};
template<int ChanNum>
class DivPlatformYM2610Base: public DivPlatformOPN {
template<int ChanNum> class DivPlatformYM2610Base: public DivPlatformOPN {
protected:
struct Channel {
DivInstrumentFM state;