hook RealizePalette

This commit is contained in:
FunkyFr3sh 2024-12-15 20:17:26 +01:00
parent 8be9875553
commit 75ed1582d2
5 changed files with 36 additions and 8 deletions

View file

@ -28,6 +28,8 @@ typedef struct IDirectDrawSurfaceImpl
CRITICAL_SECTION cs;
IDirectDrawPaletteImpl* palette;
PALETTEENTRY selected_pal[256];
UINT selected_pal_count;
void* surface;
HANDLE mapping;