aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Logging/LogClass.cs
diff options
context:
space:
mode:
authorThomas Guillemard <thog@protonmail.com>2018-10-10 01:01:49 +0200
committerAc_K <Acoustik666@gmail.com>2018-10-10 01:01:49 +0200
commitd5c0de8362941f957846a71d09a40a6eb77a22fa (patch)
tree23a6e5939e814d0a02314523343a5c3ad784bbe8 /Ryujinx.HLE/Logging/LogClass.cs
parent65c67bb4a5d19d81048fd84c3ec599ff531629fd (diff)
Implement IRoInterface (#445)
* Implement IRoInterface This is required by Super Mario Party. This commit also adds MapProcessCodeMemory and UnmapProcessCodeMemory functions in KMemoryManager. Those two calls might not reflect what the SVC of the same names do. * Fix some code style issues * Use MakeError to clarify error code * Add NRR and NRO constants * Fix some codestyle issues * Fix InvalidMemoryState error code
Diffstat (limited to 'Ryujinx.HLE/Logging/LogClass.cs')
-rw-r--r--Ryujinx.HLE/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.HLE/Logging/LogClass.cs b/Ryujinx.HLE/Logging/LogClass.cs
index 49050134..0458c75f 100644
--- a/Ryujinx.HLE/Logging/LogClass.cs
+++ b/Ryujinx.HLE/Logging/LogClass.cs
@@ -23,6 +23,7 @@ namespace Ryujinx.HLE.Logging
ServiceFs,
ServiceHid,
ServiceIrs,
+ ServiceLdr,
ServiceLm,
ServiceMm,
ServiceNfp,