Fix 24 bpp, Diablo-D3 gets credit for this one, snax too
This commit is contained in:
@@ -41,9 +41,7 @@ BOOL sw_start(int width, int height, int req_depth, int FullScreen)
|
||||
{
|
||||
unsigned int color32, p;
|
||||
int i;
|
||||
Uint32 flags = SDL_DOUBLEBUF | SDL_HWSURFACE | SDL_HWPALETTE | SDL_ANYFORMAT
|
||||
|
||||
;
|
||||
Uint32 flags = SDL_DOUBLEBUF | SDL_HWSURFACE | SDL_HWPALETTE;
|
||||
DWORD GBitMask;
|
||||
|
||||
p = BitConv32Ptr;
|
||||
|
||||
Reference in New Issue
Block a user