mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
parent
8a54544808
commit
2700f61eb9
1 changed files with 3 additions and 4 deletions
|
@ -68,11 +68,10 @@ void DriveListModel::processDriveList(std::vector<Drivelist::DeviceDescriptor> l
|
||||||
{
|
{
|
||||||
if (i.isSystem)
|
if (i.isSystem)
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
// Should already be caught by isSystem variable, but just in case...
|
// Should already be caught by isSystem variable, but just in case...
|
||||||
if (mountpoints.contains("/") || mountpoints.contains("C://"))
|
if (mountpoints.contains("/") || mountpoints.contains("C://"))
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
// Skip zero-sized devices
|
// Skip zero-sized devices
|
||||||
if (i.size == 0)
|
if (i.size == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue