experimental tweaks for diablo and warcraft 2
This commit is contained in:
parent
ee14204ced
commit
0f58746515
10 changed files with 176 additions and 57 deletions
|
@ -103,7 +103,12 @@ DWORD WINAPI render_soft_main(void)
|
|||
EnumChildWindows(ddraw->hWnd, EnumChildProc, (LPARAM)ddraw->primary);
|
||||
}
|
||||
|
||||
if (scaleCutscene)
|
||||
if (ddraw->bnetActive)
|
||||
{
|
||||
RECT rc = { 0, 0, ddraw->render.width, ddraw->render.height };
|
||||
FillRect(ddraw->render.hDC, &rc, (HBRUSH)GetStockObject(BLACK_BRUSH));
|
||||
}
|
||||
else if (scaleCutscene)
|
||||
{
|
||||
StretchDIBits(
|
||||
ddraw->render.hDC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue