mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
make MSVC7 happy
svn-id: r10524
This commit is contained in:
parent
628f65b639
commit
57eb9654b7
@ -39,6 +39,7 @@ template<int bitFormat>
|
||||
struct ColorMasks {
|
||||
};
|
||||
|
||||
template<>
|
||||
struct ColorMasks<565> {
|
||||
static const int highBits = 0xF7DEF7DE;
|
||||
static const int lowBits = 0x08210821;
|
||||
@ -48,6 +49,7 @@ struct ColorMasks<565> {
|
||||
static const int greenMask = 0x07E0;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct ColorMasks<555> {
|
||||
static const int highBits = 0x04210421;
|
||||
static const int lowBits = 0x04210421;
|
||||
|
Loading…
Reference in New Issue
Block a user