mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Switch error code from AmdDxExtCreate11 properly to E_FAIL
This commit is contained in:
@@ -310,7 +310,7 @@ private:
|
||||
if(ppExt)
|
||||
*ppExt = NULL;
|
||||
|
||||
return S_FALSE;
|
||||
return E_FAIL;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user