mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Update Main.cs
This commit is contained in:
parent
33f1dd3221
commit
3ab2d303f8
1 changed files with 1 additions and 2 deletions
|
@ -323,11 +323,10 @@ namespace PKHeX.WinForms
|
|||
Filter = "All Files|*.*" +
|
||||
$"|Supported Files|main;*.sav;*.dat;*.gci;*.bin;*.{ekx};{supported};*.bak" +
|
||||
"|3DS Main Files|main" +
|
||||
"|Save Files|*.sav;*.dat;" +
|
||||
"|Save Files|*.sav;*.dat;*.gci" +
|
||||
$"|Decrypted PKM File|{supported}" +
|
||||
$"|Encrypted PKM File|*.{ekx}" +
|
||||
"|Binary File|*.bin" +
|
||||
"|Gamecube Save File|*.gci" +
|
||||
"|Backup File|*.bak"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue