mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-23 08:15:26 +00:00
Don’t create a symlink
This commit is contained in:
parent
0ed349a0c3
commit
31752fe8ab
|
@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration
|
|||
{
|
||||
CopyDirectory(oldConfigPath, BaseDirPath);
|
||||
Directory.Delete(oldConfigPath, true);
|
||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue