From d5c0de8362941f957846a71d09a40a6eb77a22fa Mon Sep 17 00:00:00 2001 From: Thomas Guillemard <thog@protonmail.com> Date: Wed, 10 Oct 2018 01:01:49 +0200 Subject: 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 --- Ryujinx.HLE/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.HLE/Logging/LogClass.cs') 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, -- cgit v1.2.3-70-g09d2