mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
commit
dcf7ae855e
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user