mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
Specify that the chars passed to FontSJIS::drawChar should be little endian.
svn-id: r42818
This commit is contained in:
parent
15662b3cfb
commit
be9c906c72
@ -96,7 +96,7 @@ public:
|
||||
* Draws a SJIS char on the given raw buffer.
|
||||
*
|
||||
* @param dst pointer to the destination
|
||||
* @param ch character to draw
|
||||
* @param ch character to draw (in little endian)
|
||||
* @param pitch pitch of the destination buffer (size in *bytes*)
|
||||
* @param bpp bytes per pixel of the destination buffer
|
||||
* @param c1 forground color
|
||||
|
Loading…
x
Reference in New Issue
Block a user