Updated wined3d-WINED3DFMT_B8G8R8X8_UNORM patchset

Fixes: https://bugs.winehq.org/show_bug.cgi?id=54868
This commit is contained in:
Alistair Leslie-Hughes 2023-04-20 07:28:39 +10:00
parent 566a2bcdfd
commit 7f36a96808

View File

@ -18,7 +18,7 @@ index 2f74ad6..ba0b647 100644
}
+static void convert_x8r8g8b8_l8(const BYTE *src, BYTE *dst,
+ DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
+ unsigned int pitch_in, unsigned int pitch_out, unsigned int w, unsigned int h)
+{
+ unsigned int x, y;
+