Bug 1154703 - Fix typo in nvdxgiwrap filename. r=jrmuizel, a=lmandel
This commit is contained in:
@@ -1826,8 +1826,8 @@ gfxWindowsPlatform::InitD3D11Devices()
|
||||
if (NS_SUCCEEDED(gfxInfo->GetFeatureStatus(nsIGfxInfo::FEATURE_DIRECT3D_11_LAYERS, &status))) {
|
||||
if (status != nsIGfxInfo::FEATURE_STATUS_OK) {
|
||||
|
||||
// It seems like nvdxgiwrapper makes a mess of WARP. See bug 1154703 for more.
|
||||
if (gfxPrefs::LayersD3D11DisableWARP() || GetModuleHandleA("nvdxgiwrapper.dll")) {
|
||||
// It seems like nvdxgiwrap makes a mess of WARP. See bug 1154703 for more.
|
||||
if (gfxPrefs::LayersD3D11DisableWARP() || GetModuleHandleA("nvdxgiwrap.dll")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user