aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2019-11-21 13:24:06 +0100
committerThog <me@thog.eu>2019-11-21 13:24:06 +0100
commitcfcc360d0610c66e9b9986f7aab96f79df0da79e (patch)
tree178fb92d9dcbd7f52be430319f44a01149c4bd23 /Ryujinx.Common/Logging/LogClass.cs
parentee81ab547ee35c4f5f3342a6f1e0d6bbc60500e8 (diff)
ldn: Implement calls of UserLocalCommunicationService (#829)
* ldn: Implement calls of UserLocalCommunicationService - Implement `IUserServiceCreator: CreateUserLocalCommunicationService` according to RE. - Implement `IUserLocalCommunicationService` calls: - Every calls in this interface are layered to `NetworkInterface`. - `GetState` according to RE. - `InitializeOld`, `Initialize` and `Finalize` stubbed with the appropriate result code and some TODO according to RE. - `AttachStateChangeEvent` according to RE. * Fix var name and TODO comments * Fix review
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r--Ryujinx.Common/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs
index b056f383..43efd8d5 100644
--- a/Ryujinx.Common/Logging/LogClass.cs
+++ b/Ryujinx.Common/Logging/LogClass.cs
@@ -26,6 +26,7 @@ namespace Ryujinx.Common.Logging
ServiceFs,
ServiceHid,
ServiceIrs,
+ ServiceLdn,
ServiceLdr,
ServiceLm,
ServiceMm,