remove legacy opengl code
This commit is contained in:
parent
b2cf1b0a55
commit
29478d6e25
4 changed files with 103 additions and 175 deletions
|
@ -1218,7 +1218,6 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
|
|||
else if (tolower(tmp[0]) == 'a')
|
||||
{
|
||||
printf("DirectDrawCreate: Using automatic renderer\n");
|
||||
This->autorenderer = TRUE;
|
||||
|
||||
DWORD version = GetVersion();
|
||||
DWORD major = (DWORD)(LOBYTE(LOWORD(version)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue