Skip to content

Commit

Permalink
Fixed audio mute issue (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 14, 2024
1 parent f9c7375 commit 88e60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulator/Components/Ports/AudioPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ AudioPort::_powerOn()
void
AudioPort::_run()
{
unmute(10000);
if (!emulator.isWarping()) unmute(10000);
}

void
Expand Down

0 comments on commit 88e60f4

Please sign in to comment.