Windows Port:
- Fix bug where using the 5xBRZ filter through the DirectDraw HW/SW display method would cause a crash. (Fixes bug #1444.)
This commit is contained in:
parent
0ac489ade1
commit
5bab1a14f3
|
@ -7309,8 +7309,8 @@ bool DDRAW::createSurfaces(HWND hwnd)
|
|||
else
|
||||
surfDescBack.ddsCaps.dwCaps |= DDSCAPS_VIDEOMEMORY;
|
||||
|
||||
surfDescBack.dwWidth = 384 * 4;
|
||||
surfDescBack.dwHeight = 384 * 4;
|
||||
surfDescBack.dwWidth = 384 * 5;
|
||||
surfDescBack.dwHeight = 384 * 5;
|
||||
|
||||
if (FAILED(handle->CreateSurface(&surfDescBack, &surface.back, NULL))) return false;
|
||||
if (FAILED(handle->CreateClipper(0, &clip, NULL))) return false;
|
||||
|
|
Loading…
Reference in New Issue