mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Add bdsp v1.1 to valid save size hashset
Now shows the save file backups from v1.1 in the Folder Browser
This commit is contained in:
parent
ae2c5080a5
commit
0fe80edb37
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace PKHeX.Core
|
|||
|
||||
private static readonly HashSet<int> Sizes = new(SizesGen2.Concat(SizesSWSH))
|
||||
{
|
||||
SIZE_G8BDSP,
|
||||
SIZE_G8BDSP, SIZE_G8BDSP_1,
|
||||
// SizesSWSH covers gen8 sizes since there's so many
|
||||
SIZE_G7SM, SIZE_G7USUM, SIZE_G7GG,
|
||||
SIZE_G6XY, SIZE_G6ORAS, SIZE_G6ORASDEMO,
|
||||
|
|
Loading…
Reference in a new issue