1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 14:33:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Ldn
Ac_K cfcc360d06 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
2019-11-21 13:24:06 +01:00
..
Lp2p Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Types ldn: Implement calls of UserLocalCommunicationService (#829) 2019-11-21 13:24:06 +01:00
UserServiceCreator ldn: Implement calls of UserLocalCommunicationService (#829) 2019-11-21 13:24:06 +01:00
IMonitorServiceCreator.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
ISystemServiceCreator.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IUserServiceCreator.cs ldn: Implement calls of UserLocalCommunicationService (#829) 2019-11-21 13:24:06 +01:00
NetworkInterface.cs ldn: Implement calls of UserLocalCommunicationService (#829) 2019-11-21 13:24:06 +01:00
ResultCode.cs ldn: Implement calls of UserLocalCommunicationService (#829) 2019-11-21 13:24:06 +01:00