mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
Fix font rendering on Pi.
This commit is contained in:
parent
9e56315cdf
commit
fe88693c90
@ -284,7 +284,7 @@ static void rpi_render_message(rpi_t *rpi, const char *msg)
|
||||
escapement[0] = head->advance_x;
|
||||
escapement[1] = head->advance_y;
|
||||
origin[0] = -head->char_off_x;
|
||||
origin[1] = head->char_off_y;
|
||||
origin[1] = -head->char_off_y;
|
||||
|
||||
img = vgCreateImage(VG_A_8, head->width, head->height, VG_IMAGE_QUALITY_NONANTIALIASED);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user