From dea554dbb2b66253e97e729118dd3f6ca7948020 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 1 Mar 2026 07:22:06 +1000 Subject: [PATCH] Minor rearrangement. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9749caaa..81eb630e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,9 +54,9 @@ option(MINIAUDIO_ENABLE_OSS "Enable the OSS backend" option(MINIAUDIO_ENABLE_AAUDIO "Enable the AAudio backend" OFF) option(MINIAUDIO_ENABLE_OPENSL "Enable the OpenSL|ES backend" OFF) option(MINIAUDIO_ENABLE_WEBAUDIO "Enable the Web Audio backend" OFF) +option(MINIAUDIO_ENABLE_DREAMCAST "Enable the Dreamcast backend" OFF) option(MINIAUDIO_ENABLE_NULL "Enable the null backend" OFF) option(MINIAUDIO_ENABLE_SDL2 "Enable the SDL2 backend" OFF) -option(MINIAUDIO_ENABLE_DREAMCAST "Enable the Dreamcast backend" OFF) option(MINIAUDIO_NO_DECODING "Disable decoding APIs" OFF) option(MINIAUDIO_NO_ENCODING "Disable encoding APIs" OFF) option(MINIAUDIO_NO_WAV "Disable the built-in WAV decoder" OFF)