diff options
author | gdkchan <gab.dark.100@gmail.com> | 2018-05-26 17:49:21 -0300 |
---|---|---|
committer | gdkchan <gab.dark.100@gmail.com> | 2018-05-26 17:50:47 -0300 |
commit | 9670c096e410add36314a247b77334c0c1d61256 (patch) | |
tree | dc66ff6966b5544ee78e45b571c187225f96c35d /Ryujinx.Core/Logging/LogClass.cs | |
parent | cb1cf489f96b09872f8a9db41226c6f5d1654575 (diff) |
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
Diffstat (limited to 'Ryujinx.Core/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Core/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Core/Logging/LogClass.cs b/Ryujinx.Core/Logging/LogClass.cs index 2e6acd2e..0d9801ff 100644 --- a/Ryujinx.Core/Logging/LogClass.cs +++ b/Ryujinx.Core/Logging/LogClass.cs @@ -22,6 +22,7 @@ namespace Ryujinx.Core.Logging ServiceFs, ServiceHid, ServiceLm, + ServiceMm, ServiceNifm, ServiceNs, ServiceNv, |