From 31752fe8aba1deb32e75f949001ffb74a1e0f674 Mon Sep 17 00:00:00 2001 From: Candygoblen123 Date: Sun, 29 Jan 2023 22:47:52 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20create=20a=20symlink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ryujinx.Common/Configuration/AppDataManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Ryujinx.Common/Configuration/AppDataManager.cs b/Ryujinx.Common/Configuration/AppDataManager.cs index c2ba9985f..9e26f5698 100644 --- a/Ryujinx.Common/Configuration/AppDataManager.cs +++ b/Ryujinx.Common/Configuration/AppDataManager.cs @@ -100,7 +100,6 @@ namespace Ryujinx.Common.Configuration { CopyDirectory(oldConfigPath, BaseDirPath); Directory.Delete(oldConfigPath, true); - Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath); } }