mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix initializer
This commit is contained in:
parent
f7bcc68cd9
commit
f8901d4e47
@ -116,7 +116,7 @@ typedef struct
|
||||
int parameters_start_y;
|
||||
} shader_dlg_t;
|
||||
|
||||
static shader_dlg_t g_shader_dlg = {0};
|
||||
static shader_dlg_t g_shader_dlg = {{0}};
|
||||
|
||||
static void shader_dlg_refresh_trackbar_label(int index)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user