diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2025-10-09 00:26:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-08 17:26:03 -0700 |
| commit | 82e2fbb43f00d0464c596288572d82274e5cec97 (patch) | |
| tree | 85f9ee49e6225008c2fd604d4557411e6c4fca86 | |
| parent | 0973a4211e052526b3f20e5558c238250d6d9d62 (diff) | |
null audio engine (#5834)
depends on https://github.com/Kenix3/libultraship/pull/909
| m--------- | libultraship | 0 | ||||
| -rw-r--r-- | soh/soh/SohGui/MenuTypes.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/libultraship b/libultraship -Subproject d1bbd53e8a1d2a4d6cfcce588ed13aa8d068690 +Subproject 1972d91f0bf7338aa896d63d40210ef465a17ef diff --git a/soh/soh/SohGui/MenuTypes.h b/soh/soh/SohGui/MenuTypes.h index 911b688d7..6dd9aca2c 100644 --- a/soh/soh/SohGui/MenuTypes.h +++ b/soh/soh/SohGui/MenuTypes.h @@ -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 = { |
