diff options
| author | emmauss <emmausssss@gmail.com> | 2018-04-20 18:40:33 +0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-04-20 12:40:33 -0300 |
| commit | 267ea14cb5a5b0c143a6871a439ee698be719fc3 (patch) | |
| tree | 9b78b8c55d7bfa900205def2b54d8b9ff78382db | |
| parent | 2ccd995cb27d95d056f8b6f270cb74012bfb7a33 (diff) | |
fix typo in log (#93)
| -rw-r--r-- | Ryujinx.Core/Logging.cs | 2 |
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; |
