Rename SDL2 backend source files.

This commit is contained in:
David Reid
2026-01-03 13:53:06 +10:00
parent 3df99ce51d
commit 44b39fe097
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ If multiple backends are specified, the priority will be based on the order in w
are specified the last one on the command line will have priority.
*/
#include "../common/common.c"
#include "../../extras/backends/sdl/backend_sdl.c"
#include "../../extras/backends/sdl2/miniaudio_sdl2.c"
#if defined(MA_TESTS_INCLUDE_PIPEWIRE)
#include "../../extras/backends/pipewire/miniaudio_pipewire.h"