This commit is contained in:
twinaphex 2017-02-21 06:37:42 +01:00
parent fc8063b334
commit 36f5504375

View File

@ -1628,7 +1628,6 @@ bool content_init(void)
bool ret = true; bool ret = true;
char *error_string = NULL; char *error_string = NULL;
rarch_system_info_t *sys_info = NULL; rarch_system_info_t *sys_info = NULL;
settings_t *settings = config_get_ptr();
temporary_content = string_list_new(); temporary_content = string_list_new();
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &sys_info); runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &sys_info);
@ -1648,6 +1647,8 @@ bool content_init(void)
if (sys_info) if (sys_info)
{ {
settings_t *settings = config_get_ptr();
content_ctx.history_list_enable = settings->history_list_enable; content_ctx.history_list_enable = settings->history_list_enable;
content_ctx.set_supports_no_game_enable = settings->set_supports_no_game_enable; content_ctx.set_supports_no_game_enable = settings->set_supports_no_game_enable;