Merge pull request #5290 from Cacodemon345/global_mute

Add a global sound mute option
This commit is contained in:
Miran Grča
2025-03-06 20:09:31 +01:00
committed by GitHub
10 changed files with 56 additions and 8 deletions

View File

@@ -158,6 +158,7 @@ extern int other_scsi_present; /* SCSI controllers from non-SCSI ca
extern int hard_reset_pending;
extern int fixed_size_x;
extern int fixed_size_y;
extern int sound_muted; /* (C) Is sound muted? */
extern int do_auto_pause; /* (C) Auto-pause the emulator on focus loss */
extern int auto_paused;
extern double mouse_sensitivity; /* (C) Mouse sensitivity scale */