Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
svn-id: r34875
This commit is contained in:
parent
d0c9b0cb23
commit
985c02ee7d
8 changed files with 108 additions and 12 deletions
|
@ -105,9 +105,9 @@ void InitScalers(uint32 BitFormat) {
|
|||
gBitFormat = BitFormat;
|
||||
#ifndef DISABLE_HQ_SCALERS
|
||||
if (gBitFormat == 555)
|
||||
InitLUT<ColorMasks<555> >();
|
||||
InitLUT<Graphics::ColorMasks<555> >();
|
||||
if (gBitFormat == 565)
|
||||
InitLUT<ColorMasks<565> >();
|
||||
InitLUT<Graphics::ColorMasks<565> >();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue