From dc214dbdd651ea8ea479c535449f78f09835b874 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 8 Feb 2020 10:07:52 +0100 Subject: [PATCH] - backported OPL init fix. --- source/streamsources/music_opl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/streamsources/music_opl.cpp b/source/streamsources/music_opl.cpp index f9f582e..a011c60 100644 --- a/source/streamsources/music_opl.cpp +++ b/source/streamsources/music_opl.cpp @@ -81,6 +81,7 @@ OPLMUSSong::OPLMUSSong(MusicIO::FileInterface* reader, OPLConfig* config) delete Music; throw std::runtime_error(error); } + current_opl_core = config->core; } //==========================================================================