mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-12 13:22:32 -07:00
Don’t create a symlink
This commit is contained in:
@@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
CopyDirectory(oldConfigPath, BaseDirPath);
|
||||
Directory.Delete(oldConfigPath, true);
|
||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user