mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Ensure statistics text is aligned left (#15102)
This commit is contained in:
parent
30de5784a5
commit
8d12ff3cf1
@ -4026,6 +4026,7 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
|
||||
video_info.osd_stat_params.x = 0.008f;
|
||||
video_info.osd_stat_params.y = 0.960f;
|
||||
video_info.osd_stat_params.text_align = TEXT_ALIGN_LEFT;
|
||||
video_info.osd_stat_params.scale = scale;
|
||||
video_info.osd_stat_params.full_screen = true;
|
||||
video_info.osd_stat_params.drop_x = (video_info.font_size / DEFAULT_FONT_SIZE) * 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user