Re: [PATCH 5/5] ddraw: Allow creating back buffer for DirectX 1 interfaces. (try 5, resend)
19 Aug
2010
19 Aug
'10
1:38 p.m.
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.
5600
Age (days ago)
5600
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Dösinger