aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Logging/LogClass.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-05-26 17:49:21 -0300
committergdkchan <gab.dark.100@gmail.com>2018-05-26 17:50:47 -0300
commit9670c096e410add36314a247b77334c0c1d61256 (patch)
treedc66ff6966b5544ee78e45b571c187225f96c35d /Ryujinx.Core/Logging/LogClass.cs
parentcb1cf489f96b09872f8a9db41226c6f5d1654575 (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.cs1
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,