summaryrefslogtreecommitdiff
path: root/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound.c')
-rw-r--r--sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound.c b/sound.c
index 5593bbe..962b3a6 100644
--- a/sound.c
+++ b/sound.c
@@ -32,6 +32,8 @@ static SDL_cond *sound_cv;
#ifdef PSP_BUILD
u32 audio_buffer_size_number = 1;
+#elif defined(POLLUX_BUILD)
+u32 audio_buffer_size_number = 7;
#else
u32 audio_buffer_size_number = 8;
#endif