Skip to content

Commit

Permalink
Fix --no-sound-emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Feb 17, 2025
1 parent baa9265 commit c3e5d11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyboy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ def main():
kwargs.pop("ROM", None)
kwargs.pop("loadstate", None)
kwargs.pop("no_renderer", None)
if kwargs.pop("sound_emulated", None) is False:
# This disables the entire sound emulation, not just muting the sound.
kwargs["sound"] = False
pyboy = PyBoy(argv.ROM, **kwargs)

if argv.loadstate is not None:
Expand Down

0 comments on commit c3e5d11

Please sign in to comment.