search for: wined3dfmt_a8r3g3b2

Displaying 1 result from an estimated 1 matches for "wined3dfmt_a8r3g3b2".

2010 Jan 07
3
Runaway 2 Wine Patch
...during the "make depend & make" The wine 1.1.21 patch is : Code: *** dlls/ddraw/utils.c 2009-05-08 19:33:02.000000000 +0200 --- dlls/ddraw/utils.c 2009-05-18 09:01:34.000000000 +0200 *************** *** 411,416 **** --- 411,424 ---- { return WINED3DFMT_A8R3G3B2; } + + if( (DDPixelFormat->u2.dwRBitMask == 0xF800) && + (DDPixelFormat->u3.dwGBitMask == 0x001F) && + (DDPixelFormat->u4.dwBBitMask == 0x0) ) + { + return WINED3DFMT_R5G6B5;...