Implement GetSurfaceDesc, EnumAttachedSurfaces and Flip in IDirectDrawSurface, adds Carmageddon support to mainline
This commit is contained in:
parent
a40282013b
commit
706874f7f9
3 changed files with 44 additions and 11 deletions
|
@ -37,6 +37,7 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
DWORD width;
|
||||
DWORD height;
|
||||
DWORD bpp;
|
||||
DWORD flags;
|
||||
DWORD caps;
|
||||
|
||||
IDirectDrawPaletteImpl *palette;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue