Standardize hdc_current into an array
This commit is contained in:
@@ -353,7 +353,7 @@ ps1_setup(int model)
|
||||
device_add(&fdc_at_ps1_device);
|
||||
|
||||
/* Enable the builtin HDC. */
|
||||
if (hdc_current == HDC_INTERNAL) {
|
||||
if (hdc_current[0] == HDC_INTERNAL) {
|
||||
priv = device_add(&ps1_hdc_device);
|
||||
|
||||
ps1_hdc_inform(priv, &ps->ps1_91);
|
||||
|
||||
Reference in New Issue
Block a user