Add EZFRD32.dll and EZFRD64.dll to blacklist based on crash reports
This commit is contained in:
parent
b79d3b31b3
commit
7c3cec0451
1 changed files with 5 additions and 1 deletions
|
|
@ -134,7 +134,11 @@ private:
|
|||
// This DLL shipped with ASUS Sonic Radar 3 improperly handles
|
||||
// D3D9 exclusive fullscreen in a way that causes CreateDeviceEx()
|
||||
// to deadlock. https://github.com/moonlight-stream/moonlight-qt/issues/102
|
||||
L"NahimicOSD.dll"
|
||||
L"NahimicOSD.dll",
|
||||
// This DLL has been seen in several crash reports. Some Googling
|
||||
// suggests it's highly unstable and causes issues in many games.
|
||||
L"EZFRD32.dll",
|
||||
L"EZFRD64.dll",
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue