add bpp check to dds blt

This commit is contained in:
FunkyFr3sh 2024-12-26 23:59:05 +01:00
parent ca195bcb3f
commit 1e03e9cec6
2 changed files with 12 additions and 3 deletions

View file

@ -23,9 +23,9 @@ typedef struct IDirectDrawSurfaceImpl
ULONG ref;
DWORD bpp;
DWORD width;
DWORD height;
DWORD bpp;
DWORD size;
DWORD flags;
DWORD caps;