From 4e138b244e62c99424929abc4cbafdb2ccc0b9e5 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:49:43 -0700 Subject: [PATCH] add dsound.dll to custom DLL detection --- src/spice2x/launcher/launcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index bd8a93f..391c7f6 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1964,6 +1964,7 @@ int main_implementation(int argc, char *argv[]) { libutils::warn_if_dll_exists("nvcuvid.dll"); libutils::warn_if_dll_exists("nvEncodeAPI64.dll"); libutils::warn_if_dll_exists("msvcr100.dll"); + libutils::warn_if_dll_exists("dsound.dll"); // complain loudly & early about dll load ordering issue libutils::check_duplicate_dlls();