Exclude 'sdcard' and 'bis' during migration
This commit is contained in:
parent
266f5f472d
commit
e706b161ef
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue