mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Fix noise in menu
This commit is contained in:
parent
db6a76d666
commit
eb3ad92fc0
@ -92,7 +92,7 @@ void DigitalRenderer::PushVolume(uint8 volume)
|
||||
|
||||
void DigitalRenderer::EmulateLine(void)
|
||||
{
|
||||
if (!ready)
|
||||
if (!ready || TheC64->IsPaused())
|
||||
return;
|
||||
this->PushVolume(volume);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user