Merge pull request #6313 from fr500/master

subsystem fix
This commit is contained in:
Andrés 2018-02-17 12:44:08 -05:00 committed by GitHub
commit dcf7ae855e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -4500,7 +4500,7 @@ static int xmb_list_push(void *data, void *userdata,
s,
msg_hash_to_str(MENU_ENUM_LABEL_SUBSYSTEM_ADD),
MENU_ENUM_LABEL_SUBSYSTEM_ADD,
MENU_SETTINGS_SUBSYSTEM_ADD, 0, 0);
MENU_SETTINGS_SUBSYSTEM_ADD + i, 0, 0);
}
}
}

View File

@ -1769,6 +1769,8 @@ void content_set_subsystem(unsigned idx)
strlcpy(pending_subsystem_ident, subsystem->ident, sizeof(pending_subsystem_ident));
pending_subsystem_rom_num = subsystem->num_roms;
RARCH_LOG("[subsystem] settings current subsytem to: %d(%s) roms: %d\n",
pending_subsystem_id, pending_subsystem_ident, pending_subsystem_rom_num);
}
/* Add a rom to the subsystem rom buffer */