On 20 June 2013 12:17, Stefan Dösinger <ste...@codeweavers.com> wrote: > - return IDirect3DDevice7_DrawPrimitive(&device->IDirect3DDevice7_iface, > device->primitive_type, > + return IDirect3DDevice3_DrawPrimitive(&device->IDirect3DDevice3_iface, > device->primitive_type, > device->vertex_type, device->sysmem_vertex_buffer, > device->nb_vertices, device->render_flags); This is not introduced by your patch of course, but I don't think there's much of a point in going through the vtbl here.
- Re: [PATCH 2/4] ddraw: Send device2_Draw* through device3... Henri Verbeet
- Re: [PATCH 2/4] ddraw: Send device2_Draw* through de... Stefan Dösinger