Isaac Marovitz 2 лет назад
Родитель
Сommit
d11fe26aa3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Ryujinx.Common/Configuration/AppDataManager.cs

+ 1 - 1
src/Ryujinx.Common/Configuration/AppDataManager.cs

@@ -48,7 +48,7 @@ namespace Ryujinx.Common.Configuration
             string appDataPath;
             if (OperatingSystem.IsMacOS())
             {
-                appDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "Library", "Application Support");
+                appDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Library", "Application Support");
             }
             else
             {