(iOS) Make runtime settings hack work again

This commit is contained in:
meancoot 2013-04-04 14:20:02 -04:00
parent d4793d1bb7
commit 1ede507331
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ static void event_reload_config(void* userdata)
memset(g_settings.video.xml_shader_path, 0, sizeof(g_settings.video.xml_shader_path));
uninit_drivers();
g_extern.block_config_read = false;
config_load();
init_drivers();
}