mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented DPK resource archives.
known encryption keys for: Inbou no Wakusei Ryoshuu Ryobaku ~Haitoku no Atelier~ Ryoshuu ~Jogakusei Choukyou~ Shirogane no Cal to Soukuu no Joou Shiromiko Shoujotachi no Saezuri Yumemiru Tsuki no Lunalutia
This commit is contained in:
17
ArcFormats/WidgetDPK.xaml.cs
Normal file
17
ArcFormats/WidgetDPK.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GameRes.Formats.GUI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for WidgetDPK.xaml
|
||||
/// </summary>
|
||||
public partial class WidgetDPK : Grid
|
||||
{
|
||||
public WidgetDPK ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
if (null == EncScheme.SelectedItem)
|
||||
EncScheme.SelectedIndex = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user