add all resolutions to the in-game list (Tiberian Sun / Red Alert 2)

This commit is contained in:
FunkyFr3sh 2018-11-24 23:36:38 +01:00
parent 12586a4b0e
commit 85b6ad7201
2 changed files with 106 additions and 56 deletions

View file

@ -1089,7 +1089,9 @@ HRESULT __stdcall ddraw_CreateSurface(IDirectDrawImpl *This, LPDDSURFACEDESC lpD
}
if (lpDDSurfaceDesc->dwFlags & DDSD_BACKBUFFERCOUNT)
{
printf(" dwBackBufferCount=%d\n", lpDDSurfaceDesc->dwBackBufferCount);
}
printf(" Surface = %p (%dx%d@%d)\n", Surface, (int)Surface->width, (int)Surface->height, (int)Surface->bpp);