mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-03-19 09:01:48 +00:00
- backported OPL init fix.
This commit is contained in:
parent
aa004f78a9
commit
dc214dbdd6
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ OPLMUSSong::OPLMUSSong(MusicIO::FileInterface* reader, OPLConfig* config)
|
|||
delete Music;
|
||||
throw std::runtime_error(error);
|
||||
}
|
||||
current_opl_core = config->core;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue