1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-18 08:16:39 +00:00
Ryujinx/ARMeilleure/Translation/Cache
Andrey Sukharev 4da44e09cb
Make structs readonly when applicable (#4002)
* Make all structs readonly when applicable. It should reduce amount of needless defensive copies

* Make structs with trivial boilerplate equality code record structs

* Remove unnecessary readonly modifiers from TextureCreateInfo

* Make BitMap structs readonly too
2022-12-05 14:47:39 +01:00
..
CacheEntry.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
CacheMemoryAllocator.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
JitCache.cs misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901) 2021-12-04 20:02:30 -03:00
JitUnwindWindows.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00