null audio engine (#5834)
depends on https://github.com/Kenix3/libultraship/pull/909
This commit is contained in:
Submodule libultraship updated: d1bbd53e8a...1972d91f0b
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user