Ryujinx/Ryujinx.Graphics.Gpu/Shader/Cache
Mary cc60ba9d22
shader cache: Fix possible race causing crashes on manifest at startup (#1718)
* shader cache: Fix possible race causing crashes on manifest at startup

This fix a misplace function call ending up causing possibly two write
on the cache.info at the same time.

* shader cache: Make RemoveManifestEntries async too to be sure all operations are perform before starting the game
2020-11-17 22:31:05 +01:00
..
Definition shader cache: Fix invalid virtual address clean up (#1717) 2020-11-17 22:20:17 +01:00
CacheCollection.cs shader cache: Fix possible race causing crashes on manifest at startup (#1718) 2020-11-17 22:31:05 +01:00
CacheManager.cs shader cache: Fix possible race causing crashes on manifest at startup (#1718) 2020-11-17 22:31:05 +01:00