Corrected support for Xbox Security Sectors.

This commit is contained in:
2017-06-08 21:53:29 +01:00
parent 6b977feff5
commit a4a1cdd8ad
77 changed files with 1195 additions and 1277 deletions

View File

@@ -6266,38 +6266,6 @@ namespace Schemas {
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class SecuritySectorsType {
private long startField;
private long endField;
/// <remarks/>
public long Start {
get {
return this.startField;
}
set {
this.startField = value;
}
}
/// <remarks/>
public long End {
get {
return this.endField;
}
set {
this.endField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
@@ -6725,7 +6693,7 @@ namespace Schemas {
private BorderType[] leadOutField;
private SecuritySectorsType[] xboxSecuritySectorsField;
private DumpType xboxSecuritySectorsField;
private PS3EncryptionType pS3EncryptionField;
@@ -7144,8 +7112,7 @@ namespace Schemas {
}
/// <remarks/>
[System.Xml.Serialization.XmlArrayItemAttribute("SecuritySectors", IsNullable=false)]
public SecuritySectorsType[] XboxSecuritySectors {
public DumpType XboxSecuritySectors {
get {
return this.xboxSecuritySectorsField;
}