mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
(RGUI) Prevent warning
This commit is contained in:
parent
78e02bf3dd
commit
6319262b9c
@ -496,6 +496,7 @@ static const rgui_theme_t rgui_theme_anti_zenburn = {
|
||||
0xE0B090B0 /* particle_color */
|
||||
};
|
||||
|
||||
#if 0
|
||||
static const rgui_theme_t rgui_theme_flux = {
|
||||
0xFF6FCB9F, /* hover_color */
|
||||
0xFF666547, /* normal_color */
|
||||
@ -507,6 +508,7 @@ static const rgui_theme_t rgui_theme_flux = {
|
||||
0xE0FFE28A, /* shadow_color */
|
||||
0xE0FB2E01 /* particle_color */
|
||||
};
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user