mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +02:00
New UI Interface
This commit is contained in:
parent
fdbcc483b3
commit
e81ee8f8bf
15 changed files with 421 additions and 233 deletions
|
@ -63,8 +63,16 @@ namespace Ryujinx.Common.Configuration
|
|||
{
|
||||
appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
}
|
||||
string userProfilePath;
|
||||
if (OperatingSystem.IsIOS())
|
||||
{
|
||||
userProfilePath = appDataPath;
|
||||
}
|
||||
else
|
||||
{
|
||||
userProfilePath = Path.Combine(appDataPath, DefaultBaseDir);
|
||||
}
|
||||
|
||||
string userProfilePath = Path.Combine(appDataPath, DefaultBaseDir);
|
||||
string portablePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, DefaultPortableDir);
|
||||
|
||||
if (Directory.Exists(portablePath))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue