9 Oct
2024
9 Oct
'24
6:35 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/surface.c:
{ if (pixel_format->bpp == 8) return D3DFMT_P8; + if (pixel_format->bpp == 16 && pixel_format->amask == 0xff00) Maybe also check that the other masks are 0? Ideally this should be tested.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6636#note_84483