enable flip for dune 2000
This commit is contained in:
parent
0a7a552c79
commit
4ab472ab9b
3 changed files with 21 additions and 1 deletions
|
@ -368,6 +368,7 @@ HRESULT __stdcall ddraw_GetCaps(IDirectDrawImpl *This, LPDDCAPS lpDDDriverCaps,
|
|||
lpDDDriverCaps->dwAlignSizeSrc = 0;
|
||||
lpDDDriverCaps->dwAlignBoundaryDest = 0;
|
||||
lpDDDriverCaps->dwAlignSizeDest = 0;
|
||||
lpDDDriverCaps->ddsCaps.dwCaps = DDSCAPS_FLIP;
|
||||
}
|
||||
|
||||
if(lpDDEmulCaps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue