aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmauss <emmausssss@gmail.com>2018-04-20 18:40:33 +0300
committergdkchan <gab.dark.100@gmail.com>2018-04-20 12:40:33 -0300
commit267ea14cb5a5b0c143a6871a439ee698be719fc3 (patch)
tree9b78b8c55d7bfa900205def2b54d8b9ff78382db
parent2ccd995cb27d95d056f8b6f270cb74012bfb7a33 (diff)
fix typo in log (#93)
-rw-r--r--Ryujinx.Core/Logging.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/Logging.cs b/Ryujinx.Core/Logging.cs
index f650960e..f6e2079a 100644
--- a/Ryujinx.Core/Logging.cs
+++ b/Ryujinx.Core/Logging.cs
@@ -20,7 +20,7 @@ namespace Ryujinx.Core
private static bool EnableWarn = Config.LoggingEnableWarn;
private static bool EnableError = Config.LoggingEnableError;
private static bool EnableFatal = Config.LoggingEnableFatal;
- private static bool EnableStub = Config.LoggingEnableIpc;
+ private static bool EnableStub = Config.LoggingEnableStub;
private static bool EnableIpc = Config.LoggingEnableIpc;
private static bool EnableFilter = Config.LoggingEnableFilter;
private static bool EnableLogFile = Config.LoggingEnableLogFile;