mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Add .gci in the supported file type dropdown
This commit is contained in:
parent
19bdcf518e
commit
33f1dd3221
1 changed files with 2 additions and 1 deletions
|
@ -321,12 +321,13 @@ namespace PKHeX.WinForms
|
|||
OpenFileDialog ofd = new OpenFileDialog
|
||||
{
|
||||
Filter = "All Files|*.*" +
|
||||
$"|Supported Files|main;*.sav;*.dat;*.bin;*.{ekx};{supported};*.bak" +
|
||||
$"|Supported Files|main;*.sav;*.dat;*.gci;*.bin;*.{ekx};{supported};*.bak" +
|
||||
"|3DS Main Files|main" +
|
||||
"|Save Files|*.sav;*.dat;" +
|
||||
$"|Decrypted PKM File|{supported}" +
|
||||
$"|Encrypted PKM File|*.{ekx}" +
|
||||
"|Binary File|*.bin" +
|
||||
"|Gamecube Save File|*.gci" +
|
||||
"|Backup File|*.bak"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue