Add PS/1 XTIDE variant to HDD controller list.
This commit is contained in:
parent
a3ae6a6eed
commit
56b9c33780
6 changed files with 38 additions and 15 deletions
|
|
@ -188,6 +188,12 @@ static void recalc_hdd_list(void* hdlg, int model, int use_selected_hdd, int for
|
|||
c++;
|
||||
continue;
|
||||
}
|
||||
if ((((hdd_controller_get_flags(c) & DEVICE_PS1) && models[model].id != ROM_IBMPS1_2011) ||
|
||||
(!(hdd_controller_get_flags(c) & DEVICE_PS1) && models[model].id == ROM_IBMPS1_2011)) && c)
|
||||
{
|
||||
c++;
|
||||
continue;
|
||||
}
|
||||
if (!hdd_controller_available(c))
|
||||
{
|
||||
c++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue