mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix type of font colors
This commit is contained in:
parent
157fbeccb5
commit
be936e9bcf
@ -189,9 +189,9 @@ typedef struct settings
|
||||
{
|
||||
unsigned shader_pipeline;
|
||||
char font[PATH_MAX_LENGTH];
|
||||
int font_color_red;
|
||||
int font_color_green;
|
||||
int font_color_blue;
|
||||
unsigned font_color_red;
|
||||
unsigned font_color_green;
|
||||
unsigned font_color_blue;
|
||||
unsigned scale_factor;
|
||||
unsigned alpha_factor;
|
||||
unsigned theme;
|
||||
|
Loading…
x
Reference in New Issue
Block a user