mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
make the OSD coordinates relative to screen size instead of viewport size
This commit is contained in:
parent
3114d4df7a
commit
7bddda2252
@ -440,7 +440,7 @@ static void gl_raster_font_render_msg(void *data, const char *msg,
|
||||
x = settings->video.msg_pos_x;
|
||||
y = settings->video.msg_pos_y;
|
||||
scale = 1.0f;
|
||||
full_screen = false;
|
||||
full_screen = true;
|
||||
text_align = TEXT_ALIGN_LEFT;
|
||||
|
||||
color[0] = settings->video.msg_color_r;
|
||||
|
Loading…
Reference in New Issue
Block a user