mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 07:07:10 +02:00
This reverts commit e283e196f8
.
This commit is contained in:
parent
21b07c4f5f
commit
68827e0f1a
7 changed files with 147 additions and 158 deletions
|
@ -28,8 +28,8 @@ namespace Ryujinx.Ui.Windows
|
|||
builder.Autoconnect(this);
|
||||
_baseTitleInfoLabel.Text = $"Cheats Available for {titleName} [{titleId:X16}]";
|
||||
|
||||
string modsBasePath = ModLoader.GetModsBasePath();
|
||||
string titleModsPath = ModLoader.GetTitleDir(modsBasePath, titleId.ToString("X16"));
|
||||
string modsBasePath = virtualFileSystem.ModLoader.GetModsBasePath();
|
||||
string titleModsPath = virtualFileSystem.ModLoader.GetTitleDir(modsBasePath, titleId.ToString("X16"));
|
||||
|
||||
_enabledCheatsPath = System.IO.Path.Combine(titleModsPath, "cheats", "enabled.txt");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue