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/Sockets/Bsd
Ac_K bb74aeae54 Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832)
This PR remove the `EndianSwap` class who isn't needed anymore since .NET Core 3.0 got a buildin method `BinaryPrimitives.ReverseEndianness` who did the same thing.
2019-11-23 13:15:15 +11:00
..
Types Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IClient.cs Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832) 2019-11-23 13:15:15 +11:00
ServerInterface.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00