From c2eacdf41e0fdf48022d23d4176366ced370ab69 Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:20:35 -0600 Subject: update comment --- sokol_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sokol_audio.h b/sokol_audio.h index 20d74a59..a0ca3115 100644 --- a/sokol_audio.h +++ b/sokol_audio.h @@ -642,7 +642,7 @@ typedef struct saudio_n3ds_desc { /* NDSP_INTERP_POLYPHASE = 0 (high quality, slower) */ /* NDSP_INTERP_LINEAR = 1 (med quality, medium) */ /* NDSP_INTERP_NONE = 2 (low quality, fast) */ - saudio_n3ds_ndspinterptype interpolation_type; /* default value = 0, expected as type ndspInterpType enum */ + saudio_n3ds_ndspinterptype interpolation_type; /* default value = 0 */ /* 3DS supports different audio channels. they can be used */ /* in a variety of ways as independent streams etc. */ -- cgit v1.2.3