1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 22:13:35 +01:00
Ryujinx/Ryujinx.HLE/HOS/Font
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
..
SharedFontManager.cs Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832) 2019-11-23 13:15:15 +11:00
SharedFontType.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00