1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-19 02:41:45 +01:00
Ryujinx/Ryujinx.HLE
TSRBerry ba5c0cf5d8
Bsd: Implement Select (#4017)
* bsd: Add gdkchan's Select implementation

Co-authored-by: TSRBerry <20988865+tsrberry@users.noreply.github.com>

* bsd: Fix Select() causing a crash with an ArgumentException

.NET Sockets have to be used for the Select() call

* bsd: Make Select more generic

* bsd: Adjust namespaces and remove unused imports

* bsd: Fix NullReferenceException in Select

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2022-12-12 14:59:31 +01:00
..
Exceptions
FileSystem hle: Do not add disabled AoC item to the list (#4044) 2022-12-07 15:00:28 +01:00
HOS Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
Loaders Use source generated regular expressions (#4005) 2022-12-04 00:43:23 +00:00
Ui Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Utilities infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
AssemblyInfo.cs Prevent raw Unicode control codes from showing on software keyboard applet. (#3845) 2022-11-16 23:53:17 +01:00
HLEConfiguration.cs
Homebrew.npdm
MemoryConfiguration.cs Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
PerformanceStatistics.cs
Ryujinx.HLE.csproj UI: Add Metal surface creation for MoltenVK (#3980) 2022-12-06 19:00:25 -03:00
Switch.cs