Very fast rendering on Wine now
This commit is contained in:
parent
c7c8d954a2
commit
0011c5272d
3 changed files with 60 additions and 25 deletions
|
@ -55,7 +55,9 @@ HRESULT ddraw_palette_SetEntries(void *_This, DWORD dwFlags, DWORD dwStartingEnt
|
|||
|
||||
fakeDirectDrawPaletteObject *This = (fakeDirectDrawPaletteObject *)_This;
|
||||
|
||||
#if _DEBUG
|
||||
printf("DirectDrawPalette::SetEntries(This=%p, dwFlags=%d, dwStartingEntry=%d, dwCount=%d, lpEntries=%p)\n", This, (int)dwFlags, (int)dwStartingEntry, (int)dwCount, lpEntries);
|
||||
#endif
|
||||
|
||||
for(i=0;i<256;i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue