Merge remote-tracking branch 'gzdoom/master'
# Conflicts: # src/v_video.cpp
This commit is contained in:
commit
21a8964bea
36 changed files with 388 additions and 131 deletions
|
|
@ -126,7 +126,7 @@ struct DDSURFACEDESC2
|
|||
DWORD Width;
|
||||
union
|
||||
{
|
||||
SDWORD Pitch;
|
||||
int32_t Pitch;
|
||||
DWORD LinearSize;
|
||||
};
|
||||
DWORD Depth;
|
||||
|
|
@ -172,7 +172,7 @@ protected:
|
|||
BYTE RShiftL, GShiftL, BShiftL, AShiftL;
|
||||
BYTE RShiftR, GShiftR, BShiftR, AShiftR;
|
||||
|
||||
SDWORD Pitch;
|
||||
int32_t Pitch;
|
||||
DWORD LinearSize;
|
||||
|
||||
static void CalcBitShift (DWORD mask, BYTE *lshift, BYTE *rshift);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue