diff options
Diffstat (limited to 'Ryujinx/Logging.cs')
-rw-r--r-- | Ryujinx/Logging.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Logging.cs b/Ryujinx/Logging.cs index 308f068f..2ae858b4 100644 --- a/Ryujinx/Logging.cs +++ b/Ryujinx/Logging.cs @@ -7,7 +7,7 @@ namespace Ryujinx public static class Logging { private static Stopwatch ExecutionTime = new Stopwatch(); - private static string LogFileName = "Ryujinx.log"; + private const string LogFileName = "Ryujinx.log"; public static bool EnableInfo = Config.LoggingEnableInfo; public static bool EnableTrace = Config.LoggingEnableTrace; |