Added some device static values to variables.

This commit is contained in:
2015-10-19 04:46:09 +01:00
parent efcc294202
commit 4cf5e18059
4 changed files with 85 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ namespace DiscImageChef.Devices
default:
throw new InvalidOperationException(String.Format("Platform {0} not yet supported.", platformID));
}
type = DeviceType.Unknown;
}
}
}