mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
subsystem fix
This commit is contained in:
parent
f94c798792
commit
fd767f65bd
@ -4500,7 +4500,7 @@ static int xmb_list_push(void *data, void *userdata,
|
|||||||
s,
|
s,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_SUBSYSTEM_ADD),
|
msg_hash_to_str(MENU_ENUM_LABEL_SUBSYSTEM_ADD),
|
||||||
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));
|
strlcpy(pending_subsystem_ident, subsystem->ident, sizeof(pending_subsystem_ident));
|
||||||
pending_subsystem_rom_num = subsystem->num_roms;
|
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 */
|
/* Add a rom to the subsystem rom buffer */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user