implemented Steins;Gate archive creation.

This commit is contained in:
morkt
2014-07-29 07:02:49 +04:00
parent 8bc92d0dea
commit 3e2bab9dac
10 changed files with 306 additions and 9 deletions

View File

@@ -117,5 +117,17 @@ namespace GameRes.Formats.Properties {
this["XP3RetainStructure"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("shift-jis")]
public string SGFileNameEncoding {
get {
return ((string)(this["SGFileNameEncoding"]));
}
set {
this["SGFileNameEncoding"] = value;
}
}
}
}