mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Set these static variables to NULL
This commit is contained in:
parent
58219f897a
commit
5b74105add
@ -54,10 +54,10 @@ static const menu_ctx_driver_t *menu_ctx_drivers[] = {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static menu_handle_t *menu_driver_data;
|
static menu_handle_t *menu_driver_data = NULL;
|
||||||
static const menu_ctx_driver_t *menu_driver_ctx;
|
static const menu_ctx_driver_t *menu_driver_ctx = NULL;
|
||||||
static struct video_shader *menu_driver_shader;
|
static struct video_shader *menu_driver_shader = NULL;
|
||||||
static void *menu_userdata;
|
static void *menu_userdata = NULL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* menu_driver_find_handle:
|
* menu_driver_find_handle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user