mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-15 04:16:39 +00:00
Remove extra whitespace
This commit is contained in:
parent
f81e41737d
commit
0ed349a0c3
1 changed files with 1 additions and 2 deletions
|
@ -89,7 +89,7 @@ namespace Ryujinx.Common.Configuration
|
||||||
|
|
||||||
BaseDirPath = Path.GetFullPath(BaseDirPath); // convert relative paths
|
BaseDirPath = Path.GetFullPath(BaseDirPath); // convert relative paths
|
||||||
|
|
||||||
// NOTE: Copies the Ryujinx folder in `~/.config` to `~/Library/Application Support` if one is found
|
// NOTE: Moves the Ryujinx folder in `~/.config` to `~/Library/Application Support` if one is found
|
||||||
// and a Ryujinx folder does not already exist in Application Support.
|
// and a Ryujinx folder does not already exist in Application Support.
|
||||||
// Also creates a symlink from `~/.config/Ryujinx` to `~/Library/Application Support/Ryujinx` to preserve backwards compatibility.
|
// Also creates a symlink from `~/.config/Ryujinx` to `~/Library/Application Support/Ryujinx` to preserve backwards compatibility.
|
||||||
// This should be removed in the future.
|
// This should be removed in the future.
|
||||||
|
@ -102,7 +102,6 @@ namespace Ryujinx.Common.Configuration
|
||||||
Directory.Delete(oldConfigPath, true);
|
Directory.Delete(oldConfigPath, true);
|
||||||
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
Directory.CreateSymbolicLink(oldConfigPath, BaseDirPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SetupBasePaths();
|
SetupBasePaths();
|
||||||
|
|
Loading…
Reference in a new issue