ryujinx: 1.0.5346 -> 1.0.5551
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/Ryujinx.Common/Configuration/LoggerModule.cs b/Ryujinx.Common/Configuration/LoggerModule.cs
|
||||
index 20c0fb46..ce933730 100644
|
||||
index 20c0fb46..534576bc 100644
|
||||
--- a/Ryujinx.Common/Configuration/LoggerModule.cs
|
||||
+++ b/Ryujinx.Common/Configuration/LoggerModule.cs
|
||||
@@ -75,7 +75,7 @@ namespace Ryujinx.Configuration
|
||||
@@ -7,7 +7,7 @@ index 20c0fb46..ce933730 100644
|
||||
{
|
||||
Logger.AddTarget(new AsyncLogTargetWrapper(
|
||||
- new FileLogTarget(AppDomain.CurrentDomain.BaseDirectory, "file"),
|
||||
+ new FileLogTarget(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Ryujinx"), "file"),
|
||||
+ new FileLogTarget(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Ryujinx"), "file"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Block
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user