- backported OPL init fix.

This commit is contained in:
Christoph Oelckers 2020-02-08 10:07:52 +01:00
parent aa004f78a9
commit dc214dbdd6

View file

@ -81,6 +81,7 @@ OPLMUSSong::OPLMUSSong(MusicIO::FileInterface* reader, OPLConfig* config)
delete Music;
throw std::runtime_error(error);
}
current_opl_core = config->core;
}
//==========================================================================