(MSVC 2010) Buildfix

This commit is contained in:
twinaphex 2018-04-10 06:50:47 +02:00
parent 5697a24946
commit 86ea98605d

View File

@ -2203,8 +2203,10 @@ TODO: Add a setting for these tweaks */
case CMD_EVENT_CORE_INFO_INIT:
{
char ext_name[255];
ext_name[0] = '\0';
settings_t *settings = config_get_ptr();
ext_name[0] = '\0';
command_event(CMD_EVENT_CORE_INFO_DEINIT, NULL);
if (!frontend_driver_get_core_extension(ext_name, sizeof(ext_name)))