From 82e2fbb43f00d0464c596288572d82274e5cec97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Thu, 9 Oct 2025 00:26:03 +0000 Subject: [PATCH] null audio engine (#5834) depends on https://github.com/Kenix3/libultraship/pull/909 --- libultraship | 2 +- soh/soh/SohGui/MenuTypes.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libultraship b/libultraship index d1bbd53e8..1972d91f0 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit d1bbd53e8a1d2a4d6cfcce588ed13aa8d0686909 +Subproject commit 1972d91f0bf7338aa896d63d40210ef465a17ef6 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 audioBackendsMap = { { Ship::AudioBackend::WASAPI, "Windows Audio Session API" }, { Ship::AudioBackend::SDL, "SDL" }, + { Ship::AudioBackend::NUL, "Null" }, }; static const std::unordered_map windowBackendsMap = {