mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 06:56:40 +00:00
c48a75979f
This was broken by the Vulkan changes - OpenGL was building host caches at boot on one thread, which is very notably slower than when it is multithreaded. This was caused by trying to get the program binary immediately after compilation started, which blocks. Now it does it after compilation has completed. |
||
---|---|---|
.. | ||
BackgroundDiskCacheWriter.cs | ||
BinarySerializer.cs | ||
CompressionAlgorithm.cs | ||
DiskCacheCommon.cs | ||
DiskCacheGpuAccessor.cs | ||
DiskCacheGuestStorage.cs | ||
DiskCacheHostStorage.cs | ||
DiskCacheLoadException.cs | ||
DiskCacheLoadResult.cs | ||
DiskCacheOutputStreams.cs | ||
GuestCodeAndCbData.cs | ||
ParallelDiskCacheLoader.cs | ||
ShaderBinarySerializer.cs |