mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
SDL_n3dsaudio.h: use triple buffering
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/* Hidden "this" pointer for the audio functions */
|
||||
#define _THIS SDL_AudioDevice *this
|
||||
|
||||
#define NUM_BUFFERS 2 /* -- Don't lower this! */
|
||||
#define NUM_BUFFERS 3 /* -- Minimum 2! */
|
||||
|
||||
struct SDL_PrivateAudioData
|
||||
{
|
||||
|
Reference in New Issue
Block a user