remove dont_emulate_dc setting

This commit is contained in:
FunkyFr3sh 2023-07-31 09:17:57 +02:00
parent 2ee0767520
commit 63257823b1
5 changed files with 17 additions and 9 deletions

View file

@ -37,5 +37,6 @@ HRESULT dds_SetSurfaceDesc(IDirectDrawSurfaceImpl* This, LPDDSURFACEDESC2 lpDDSD
void* dds_GetBuffer(IDirectDrawSurfaceImpl* This);
HRESULT dd_CreateSurface(IDirectDrawImpl* This, LPDDSURFACEDESC lpDDSurfaceDesc, IDirectDrawSurfaceImpl** lpDDSurface, IUnknown FAR* unkOuter);
extern LONG g_dds_gdi_handles;
#endif