You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1067,11 +1067,89 @@ int bdmWaitForDevice(int deviceId, u32 timeoutMs)
1067
1067
}
1068
1068
}
1069
1069
1070
-
intbdmHDDIsPresent()
1070
+
staticintbdmDeviceIsPresent(intdeviceId)
1071
1071
{
1072
-
// the only thing that currently uses ata_device_identify is ATA_DEVCTL_GET_HIGHEST_UDMA_MODE, so this is the best method to check for presence via xhdd (for now anyways)
Copy file name to clipboardExpand all lines: src/hddsupport.c
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -818,6 +818,13 @@ static int hddUpdateGameListCache(hdl_games_list_t *cache, hdl_games_list_t *gam
818
818
returnresult;
819
819
}
820
820
821
+
inthddIsPresent()
822
+
{
823
+
// the only thing that currently uses ata_device_identify is ATA_DEVCTL_GET_HIGHEST_UDMA_MODE, so this is the best method to check for presence via xhdd (for now anyways)
0 commit comments