mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(RGUI) Silence warnings due to struct reordering
This commit is contained in:
parent
216190b826
commit
a5f3ff9c18
@ -910,31 +910,31 @@ typedef struct
|
||||
|
||||
/* TODO/FIXME - static global variables */
|
||||
static thumbnail_t fs_thumbnail = {
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
false,
|
||||
{0},
|
||||
NULL
|
||||
false
|
||||
};
|
||||
static thumbnail_t mini_thumbnail = {
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
false,
|
||||
{0},
|
||||
NULL
|
||||
false
|
||||
};
|
||||
static thumbnail_t mini_left_thumbnail = {
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
false,
|
||||
{0},
|
||||
NULL
|
||||
false
|
||||
};
|
||||
|
||||
static frame_buf_t rgui_frame_buf = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user