Remove save data creation prompt (#3252)
* begone * review * mods directory update
This commit is contained in:
parent
952f6f8a65
commit
6a9e9b5360
2 changed files with 3 additions and 16 deletions
|
@ -161,7 +161,7 @@ namespace Ryujinx.HLE.HOS
|
|||
|
||||
if (titleModsPath == null)
|
||||
{
|
||||
Logger.Info?.Print(LogClass.ModLoader, $"Creating mods dir for Title {titleId.ToUpper()}");
|
||||
Logger.Info?.Print(LogClass.ModLoader, $"Creating mods directory for Title {titleId.ToUpper()}");
|
||||
titleModsPath = contentsDir.CreateSubdirectory(titleId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue