ryujinx/Ryujinx.Common
jhorv 8198b99935
Fix Linux hang on shutdown (#4617)
* Rework StdErr-to-log redirection to use built-in FileStream, and do reads asynchronously to avoid hanging the process shutdown.

* set _disposable to false ASAP
2023-03-30 22:07:07 +02:00
..
Collections Use new ArgumentNullException and ObjectDisposedException throw-helper API (#4163) 2022-12-27 20:27:11 +01:00
Configuration Revert "Use source generated json serializers in order to improve code trimming (#4094)" (#4576) 2023-03-21 20:14:46 -03:00
Extensions Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
GraphicsDriver Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
Logging Revert "Use source generated json serializers in order to improve code trimming (#4094)" (#4576) 2023-03-21 20:14:46 -03:00
Memory Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
Pools
SystemInfo Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
SystemInterop Fix Linux hang on shutdown (#4617) 2023-03-30 22:07:07 +02:00
Utilities Revert "Use source generated json serializers in order to improve code trimming (#4094)" (#4576) 2023-03-21 20:14:46 -03:00
AsyncWorkQueue.cs
Hash128.cs
PerformanceCounter.cs
ReactiveObject.cs
ReferenceEqualityComparer.cs
ReleaseInformation.cs misc: changes base application directory behaviour (#4460) 2023-02-21 22:38:34 +01:00
Ryujinx.Common.csproj Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
XXHash128.cs