Changed Ryujinx Canary
to Ryujinx_Canary
to follow nearby formatting in FileLogTarget.cs
This commit is contained in:
parent
eba93a3d66
commit
8dd78b4fb7
@ -70,7 +70,7 @@ namespace Ryujinx.Common.Logging.Targets
|
||||
}
|
||||
|
||||
string version = ReleaseInformation.Version;
|
||||
string appName = ReleaseInformation.IsCanaryBuild ? "Ryujinx Canary" : "Ryujinx";
|
||||
string appName = ReleaseInformation.IsCanaryBuild ? "Ryujinx_Canary" : "Ryujinx";
|
||||
|
||||
// Get path for the current time
|
||||
path = Path.Combine(logDir.FullName, $"{appName}_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log");
|
||||
|
Loading…
x
Reference in New Issue
Block a user