Revert "make sure you can host "no-hd" games with 640x480"
This reverts commit 488bad66d8
.
This commit is contained in:
parent
488bad66d8
commit
951871669c
2 changed files with 2 additions and 11 deletions
3
src/dd.c
3
src/dd.c
|
@ -1512,9 +1512,8 @@ HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOute
|
|||
|
||||
g_ddraw->ref--;
|
||||
}
|
||||
TRACE("Alloc\n");
|
||||
|
||||
IDirectDrawImpl* dd = (IDirectDrawImpl*)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirectDrawImpl));
|
||||
TRACE("Alloc: dd=%p\n", dd);
|
||||
memcpy(&dd->guid, iid, sizeof(dd->guid));
|
||||
|
||||
if (IsEqualGUID(&IID_IDirectDraw, iid))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue