mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-23 06:54:39 -04:00
null audio engine (#5834)
depends on https://github.com/Kenix3/libultraship/pull/909
This commit is contained in:
+1
-1
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