mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
fix GetCaps
This commit is contained in:
parent
b7fe3d5b54
commit
71e8f6deb4
2
src/dd.c
2
src/dd.c
@ -273,7 +273,7 @@ HRESULT dd_GetCaps(LPDDCAPS lpDDDriverCaps, LPDDCAPS lpDDEmulCaps)
|
||||
lpDDDriverCaps->dwAlignSizeSrc = 0;
|
||||
lpDDDriverCaps->dwAlignBoundaryDest = 0;
|
||||
lpDDDriverCaps->dwAlignSizeDest = 0;
|
||||
lpDDDriverCaps->ddsCaps.dwCaps = DDSCAPS_FLIP;
|
||||
lpDDDriverCaps->ddsOldCaps.dwCaps = DDSCAPS_FLIP;
|
||||
}
|
||||
|
||||
if (lpDDEmulCaps)
|
||||
|
Loading…
x
Reference in New Issue
Block a user