0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx.HLE/HOS/Services/Nifm/StaticService
riperiperi 9b5a0c3889
Sockets: Properly convert error codes on MacOS (#4491)
* Sockets: Properly convert error codes on MacOS

The error codes for MacOS are very different to how they are on windows or linux. An alternate mapping is used when the host operating system is MacOS.

This PR also defaults IsDhcpEnabled to true when interfaceProperties.DhcpServerAddresses is not available.

This change was already in `macos1`.

* Address feedback
2023-02-28 03:41:44 +00:00
..
GeneralService Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Types Sockets: Properly convert error codes on MacOS (#4491) 2023-02-28 03:41:44 +00:00
IGeneralService.cs Use new C# 11 u8 string literals (#3854) 2022-11-16 16:30:12 -03:00
IRequest.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00