mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Yu-Ris archives creation.
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user