diff options
-rw-r--r-- | sound/softsynth/fmtowns_pc98/towns_audio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_audio.cpp b/sound/softsynth/fmtowns_pc98/towns_audio.cpp index 66a83f74ce..06da399fde 100644 --- a/sound/softsynth/fmtowns_pc98/towns_audio.cpp +++ b/sound/softsynth/fmtowns_pc98/towns_audio.cpp @@ -260,9 +260,9 @@ bool TownsAudioInterface::init() { setVolumeChannelMasks(-1, 0); + _ready = true; callback(0); - _ready = true; return true; } |