init_content_file - g_extern.content_is_init already gets set
at the end
This commit is contained in:
parent
00602c41e8
commit
86f4fc424b
|
@ -557,7 +557,6 @@ bool init_content_file(void)
|
||||||
struct string_list *content = NULL;
|
struct string_list *content = NULL;
|
||||||
const struct retro_subsystem_info *special = NULL;
|
const struct retro_subsystem_info *special = NULL;
|
||||||
|
|
||||||
g_extern.content_is_init = false;
|
|
||||||
g_extern.temporary_content = string_list_new();
|
g_extern.temporary_content = string_list_new();
|
||||||
|
|
||||||
if (!g_extern.temporary_content)
|
if (!g_extern.temporary_content)
|
||||||
|
|
Loading…
Reference in New Issue