implemented Yu-Ris archives creation.

This commit is contained in:
morkt
2014-08-16 04:42:20 +04:00
parent 26526a97bb
commit dc30eb0083
12 changed files with 344 additions and 28 deletions

View File

@@ -12,12 +12,6 @@ namespace GameRes.Formats.GUI
public WidgetYPF ()
{
InitializeComponent();
uint key = Settings.Default.YPFKey;
if (key < 0x100)
this.Passkey.Text = key.ToString();
else
this.Passkey.Text = null;
}
public uint? GetKey ()