mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(Win32) Buildfix
This commit is contained in:
parent
7b9c146ae9
commit
df31ba6255
@ -61,9 +61,9 @@ static void *d3dfonts_w32_init_font(void *video_data,
|
||||
|
||||
(void)font_path;
|
||||
|
||||
r = (settings->video.msg_color_r * 255);
|
||||
g = (settings->video.msg_color_g * 255);
|
||||
b = (settings->video.msg_color_b * 255);
|
||||
r = (settings->floats.video_msg_color_r * 255);
|
||||
g = (settings->floats.video_msg_color_g * 255);
|
||||
b = (settings->floats.video_msg_color_b * 255);
|
||||
r &= 0xff;
|
||||
g &= 0xff;
|
||||
b &= 0xff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user