From 07171be596ff9ac1320c5f38a251647516909345 Mon Sep 17 00:00:00 2001
From: ds-sloth <[EMAIL REDACTED]>
Date: Tue, 24 Oct 2023 19:08:30 -0400
Subject: [PATCH] SDL_n3dsaudio.h: use triple buffering
(cherry picked from commit 070f57820f401cb962e743bb3a4d12e346d6ed4b)
---
src/audio/n3ds/SDL_n3dsaudio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio/n3ds/SDL_n3dsaudio.h b/src/audio/n3ds/SDL_n3dsaudio.h
index eb47ab19ed58..e0f6617f5da6 100644
--- a/src/audio/n3ds/SDL_n3dsaudio.h
+++ b/src/audio/n3ds/SDL_n3dsaudio.h
@@ -24,7 +24,7 @@
#include <3ds.h>
-#define NUM_BUFFERS 2 // -- Don't lower this!
+#define NUM_BUFFERS 3 // -- Minimum 2!
struct SDL_PrivateAudioData
{