mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
adjust driver caps for TS/YR
This commit is contained in:
parent
b4da3fc3c4
commit
95dcf06c9c
@ -300,9 +300,9 @@ HRESULT __stdcall ddraw_GetCaps(IDirectDrawImpl *This, LPDDCAPS lpDDDriverCaps,
|
|||||||
if(lpDDDriverCaps)
|
if(lpDDDriverCaps)
|
||||||
{
|
{
|
||||||
lpDDDriverCaps->dwSize = sizeof(DDCAPS);
|
lpDDDriverCaps->dwSize = sizeof(DDCAPS);
|
||||||
lpDDDriverCaps->dwCaps = DDCAPS_BLT|DDCAPS_PALETTE;
|
lpDDDriverCaps->dwCaps = DDCAPS_BLT | DDCAPS_PALETTE | DDCAPS_BLTCOLORFILL | DDCAPS_BLTSTRETCH | DDCAPS_CANCLIP;
|
||||||
lpDDDriverCaps->dwCKeyCaps = 0;
|
lpDDDriverCaps->dwCKeyCaps = 0;
|
||||||
lpDDDriverCaps->dwPalCaps = DDPCAPS_8BIT|DDPCAPS_PRIMARYSURFACE;
|
lpDDDriverCaps->dwPalCaps = DDPCAPS_8BIT | DDPCAPS_PRIMARYSURFACE;
|
||||||
lpDDDriverCaps->dwVidMemTotal = 16777216;
|
lpDDDriverCaps->dwVidMemTotal = 16777216;
|
||||||
lpDDDriverCaps->dwVidMemFree = 16777216;
|
lpDDDriverCaps->dwVidMemFree = 16777216;
|
||||||
lpDDDriverCaps->dwMaxVisibleOverlays = 0;
|
lpDDDriverCaps->dwMaxVisibleOverlays = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user