mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Blacklist more broken A-Volute DLLs
This commit is contained in:
parent
49a4a61876
commit
f47e40fa2a
@ -131,10 +131,15 @@ private:
|
|||||||
static LoadLibraryExWFunc s_RealLoadLibraryExW;
|
static LoadLibraryExWFunc s_RealLoadLibraryExW;
|
||||||
|
|
||||||
static constexpr LPCWSTR k_BlacklistedDlls[] = {
|
static constexpr LPCWSTR k_BlacklistedDlls[] = {
|
||||||
// This DLL shipped with ASUS Sonic Radar 3 improperly handles
|
// These A-Volute DLLs shipped with various audio driver packages improperly handle
|
||||||
// D3D9 exclusive fullscreen in a way that causes CreateDeviceEx()
|
// D3D9 exclusive fullscreen in a way that causes CreateDeviceEx() to deadlock.
|
||||||
// to deadlock. https://github.com/moonlight-stream/moonlight-qt/issues/102
|
// https://github.com/moonlight-stream/moonlight-qt/issues/102
|
||||||
L"NahimicOSD.dll",
|
L"NahimicOSD.dll", // ASUS Sonic Radar 3
|
||||||
|
L"SSAudioOSD.dll", // SteelSeries headsets
|
||||||
|
L"SS2OSD.dll", // ASUS Sonic Studio 2
|
||||||
|
L"Nahimic2OSD.dll",
|
||||||
|
L"NahimicMSIOSD.dll",
|
||||||
|
L"nhAsusPhoebusOSD.dll" // ASUS Phoebus
|
||||||
|
|
||||||
// This DLL has been seen in several crash reports. Some Googling
|
// This DLL has been seen in several crash reports. Some Googling
|
||||||
// suggests it's highly unstable and causes issues in many games.
|
// suggests it's highly unstable and causes issues in many games.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user