mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 14:20:42 -07:00
add dsound.dll to custom DLL detection
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user