mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 03:19:24 +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)
|
void DigitalRenderer::EmulateLine(void)
|
||||||
{
|
{
|
||||||
if (!ready)
|
if (!ready || TheC64->IsPaused())
|
||||||
return;
|
return;
|
||||||
this->PushVolume(volume);
|
this->PushVolume(volume);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user