null audio engine (#5834)

depends on https://github.com/Kenix3/libultraship/pull/909
This commit is contained in:
Philip Dubé
2025-10-09 00:26:03 +00:00
committed by GitHub
parent 0973a4211e
commit 82e2fbb43f
2 changed files with 2 additions and 1 deletions

View File

@@ -263,6 +263,7 @@ struct MainMenuEntry {
static const std::unordered_map<Ship::AudioBackend, const char*> audioBackendsMap = {
{ Ship::AudioBackend::WASAPI, "Windows Audio Session API" },
{ Ship::AudioBackend::SDL, "SDL" },
{ Ship::AudioBackend::NUL, "Null" },
};
static const std::unordered_map<Ship::WindowBackend, const char*> windowBackendsMap = {