mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 13:28:13 +08:00
SDL_n3dsaudio.h: use triple buffering
(cherry picked from commit 070f57820f)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
|
|
||||||
#define NUM_BUFFERS 2 // -- Don't lower this!
|
#define NUM_BUFFERS 3 // -- Minimum 2!
|
||||||
|
|
||||||
struct SDL_PrivateAudioData
|
struct SDL_PrivateAudioData
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user