update lpDDEmulCaps
This commit is contained in:
parent
cbaa29ec7e
commit
47b2bee09a
1 changed files with 1 additions and 0 deletions
1
src/dd.c
1
src/dd.c
|
@ -518,6 +518,7 @@ HRESULT dd_GetCaps(LPDDCAPS_DX1 lpDDDriverCaps, LPDDCAPS_DX1 lpDDEmulCaps)
|
|||
memset(lpDDEmulCaps, 0, size);
|
||||
|
||||
lpDDEmulCaps->dwSize = size;
|
||||
lpDDEmulCaps->dwCaps = DDCAPS_BLTSTRETCH;
|
||||
}
|
||||
|
||||
return DD_OK;
|
||||
|
|
Loading…
Reference in a new issue