aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/nds/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp
index a666a0b..788dd35 100644
--- a/source/nds/entry.cpp
+++ b/source/nds/entry.cpp
@@ -1061,7 +1061,7 @@ void NDSSFCProduceSound (unsigned int unused)
{
unsigned short *audiobuff;
- if (!IsSoundGenerated || so.mute_sound || !game_enable_audio)
+ if (Settings.Paused || !IsSoundGenerated || so.mute_sound || !game_enable_audio)
return;
if(ds2_checkAudiobuff() > 4)