Exclude 'sdcard' and 'bis' during migration

This commit is contained in:
Thog 2020-01-05 12:37:41 +01:00
parent 266f5f472d
commit e706b161ef
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -95,7 +95,7 @@ namespace Ryujinx.Ui
{
Directory.CreateDirectory(newPath);
CopyExcept(oldPath, newPath, "nand", "sdmc");
CopyExcept(oldPath, newPath, "nand", "bis", "sdmc", "sdcard");
string oldNandPath = Path.Combine(oldPath, "nand");
string newNandPath = Path.Combine(newPath, "bis");