#121 return empty device identifier

This commit is contained in:
FunkyFr3sh 2021-09-02 22:22:48 +02:00
parent daeac4be45
commit 3f9ac549bc
6 changed files with 34 additions and 10 deletions

View file

@ -654,7 +654,7 @@ HRESULT WINAPI fake_CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD
IsEqualGUID(&IID_IDirectDraw4, riid) ||
IsEqualGUID(&IID_IDirectDraw7, riid))
{
return dd_CreateEx(NULL, ppv, NULL, NULL);
return dd_CreateEx(NULL, ppv, riid, NULL);
}
else
{