Add Dreamcast to CMake script and readme.

This commit is contained in:
David Reid
2026-02-17 06:52:47 +10:00
parent 282ed02f46
commit 60a96123db
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -179,6 +179,7 @@ Supported Platforms
- Android
- Raspberry Pi
- Emscripten / HTML5
- Dreamcast (via KallistiOS)
miniaudio should compile clean on other platforms, but it will not include any support for playback or capture
by default. To support that, you would need to implement a custom backend. You can do this without needing to
@@ -199,6 +200,7 @@ Backends
- AAudio (Android 8.0+)
- OpenSL|ES (Android only)
- Web Audio (Emscripten)
- Dreamcast (via KallistiOS)
- Null (Silence)
- Custom