mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +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…
Reference in New Issue
Block a user