Am 18.08.2010 um 22:01 schrieb Oldřich Jedlička:
- if(DDSD->ddsCaps.dwCaps & DDSCAPS_FRONTBUFFER) {
}WARN("Application tried to create an explicit front buffer\n"); LeaveCriticalSection(&ddraw_cs); return DDERR_INVALIDCAPS;
This test seems redundant now. The ddraw1 thunk removes the flag, and all other thunks check for the frontbuffer flag on their own.