Don't create UI files in the save path
This commit is contained in:
parent
fbfea1cdf2
commit
909f39e49e
2 changed files with 4 additions and 0 deletions
|
@ -382,6 +382,8 @@ namespace Ryujinx.UI
|
|||
|
||||
private static string[] GetPlayedData(string TitleId, string UserId)
|
||||
{
|
||||
return new string[] { "Unknown", "Unknown" };
|
||||
|
||||
try
|
||||
{
|
||||
string[] playedData = new string[2];
|
||||
|
|
|
@ -307,6 +307,8 @@ namespace Ryujinx.UI
|
|||
DiscordClient.SetPresence(DiscordPresence);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
string savePath = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "RyuFS", "nand", "user", "save", "0000000000000000", _userId, _device.System.TitleID);
|
||||
|
|
Loading…
Add table
Reference in a new issue