mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(Metal) Buildfix
This commit is contained in:
parent
8a4e8f4ae9
commit
d81e756fa7
@ -378,8 +378,8 @@
|
||||
unsigned bgcolor_blue
|
||||
= settings->uints.video_msg_bgcolor_blue;
|
||||
float bgcolor_opacity = settings->floats.video_msg_bgcolor_opacity;
|
||||
float x = video_info->font_msg_pos_x;
|
||||
float y = 1.0f - video_info->font_msg_pos_y;
|
||||
float x = settings->floats.video_msg_pos_x;
|
||||
float y = 1.0f - settings->floats.video_msg_pos_y;
|
||||
float width = msg_width / (float)_viewport->full_width;
|
||||
float height = font_size / (float)_viewport->full_height;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user