mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added some predefined pass-phrases.
This commit is contained in:
@@ -142,7 +142,10 @@ namespace GameRes.Formats.Marble
|
|||||||
|
|
||||||
public static Dictionary<string, string> KnownKeys = new Dictionary<string, string> {
|
public static Dictionary<string, string> KnownKeys = new Dictionary<string, string> {
|
||||||
{ arcStrings.ArcDefault, "" },
|
{ arcStrings.ArcDefault, "" },
|
||||||
{ "Chikatetsu Fuusa Jiken", "naze" }
|
{ "Chikatetsu Fuusa Jiken", "naze" }, // 地下鉄封鎖事件
|
||||||
|
{ "Eien no Owari ni", "eientamasoft" }, // 永遠の終わりに
|
||||||
|
{ "Sakura Machizaka Stories vol.1", "sakura桜" }, // 桜待坂Stories vol.1
|
||||||
|
{ "Trouble Succubus", "とらぶるサッキュバス-0928-2007" }, // とらぶるサッキュバス
|
||||||
};
|
};
|
||||||
|
|
||||||
public override Stream OpenEntry (ArcFile arc, Entry entry)
|
public override Stream OpenEntry (ArcFile arc, Entry entry)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<ComboBox Name="EncScheme" Grid.Row="0" Margin="0,3,0,0" Width="160" HorizontalAlignment="Right"
|
<ComboBox Name="EncScheme" Grid.Row="0" Margin="0,3,0,0" Width="180" HorizontalAlignment="Right"
|
||||||
ItemsSource="{Binding Source={x:Static m:MblOpener.KnownKeys}, Mode=OneWay}"
|
ItemsSource="{Binding Source={x:Static m:MblOpener.KnownKeys}, Mode=OneWay}"
|
||||||
DisplayMemberPath="Key" SelectedValuePath="Value"
|
DisplayMemberPath="Key" SelectedValuePath="Value"
|
||||||
SelectedValue="{Binding ElementName=PassPhrase, Path=Text, Mode=TwoWay}"/>
|
SelectedValue="{Binding ElementName=PassPhrase, Path=Text, Mode=TwoWay}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user