This commit is contained in:
twinaphex 2020-03-12 08:05:44 +01:00
parent 649aee49ba
commit 7fb7d4e74c

View File

@ -205,7 +205,7 @@ typedef struct content_state
struct string_list *temporary_content;
} content_state_t;
static content_state_t content_st = {};
static content_state_t content_st;
#ifdef HAVE_CDROM
static void task_cdrom_dump_handler(retro_task_t *task)