28 May
2024
28 May
'24
8:33 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ddraw/surface.c:
static HRESULT WINAPI DECLSPEC_HOTPATCH ddraw_surface1_Flip(IDirectDrawSurface *iface, IDirectDrawSurface *src, DWORD flags) { - struct ddraw_surface *dst_impl = impl_from_IDirectDrawSurface(iface); This flips along XY unconditionally; please respect the flags so we only flip around the correct axis.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5432#note_66598