diff --git a/Src/SID_wii.h b/Src/SID_wii.h index 05219a6..377929d 100644 --- a/Src/SID_wii.h +++ b/Src/SID_wii.h @@ -92,7 +92,7 @@ void DigitalRenderer::PushVolume(uint8 volume) void DigitalRenderer::EmulateLine(void) { - if (!ready) + if (!ready || TheC64->IsPaused()) return; this->PushVolume(volume); }