mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
GRAPHICS: More default parameter remove in SJIS code.
This commit is contained in:
parent
933ee5b156
commit
77bfaa1bb4
@ -146,7 +146,7 @@ public:
|
||||
|
||||
virtual uint getCharWidth(uint16 ch) const;
|
||||
|
||||
virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW = -1, int maxH = -1) const;
|
||||
virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW, int maxH) const;
|
||||
private:
|
||||
template<typename Color>
|
||||
void blitCharacter(const uint8 *glyph, const int w, const int h, uint8 *dst, int pitch, Color c) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user