mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-21 19:35:03 +08:00
implemented Yu-Ris archives creation.
This commit is contained in:
12
ArcFormats/Properties/Settings.Designer.cs
generated
12
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -177,5 +177,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["PDScrambleContents"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("290")]
|
||||
public uint YPFVersion {
|
||||
get {
|
||||
return ((uint)(this["YPFVersion"]));
|
||||
}
|
||||
set {
|
||||
this["YPFVersion"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,5 +41,8 @@
|
||||
<Setting Name="PDScrambleContents" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="YPFVersion" Type="System.UInt32" Scope="User">
|
||||
<Value Profile="(Default)">290</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user