1
0
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:
FunkyFr3sh 2021-06-14 08:47:32 +02:00
parent b7fe3d5b54
commit 71e8f6deb4

View File

@ -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)