diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index cebffcd..e900890 100644 --- a/softhddev.c +++ b/softhddev.c @@ -316,7 +316,7 @@ int PlayAudio(const uint8_t * data, int size, void Mute(void) { SkipAudio = 1; - AudioSetVolume(0); + //AudioSetVolume(0); } /** |