Remove save data creation prompt (#3252)

* begone

* review

* mods directory update
This commit is contained in:
MutantAura 2022-04-08 10:09:35 +01:00 committed by GitHub
parent 952f6f8a65
commit 6a9e9b5360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 16 deletions

View file

@ -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);
}