1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 06:53:30 +01:00
Ryujinx/ARMeilleure
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
..
CodeGen Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Common Use ReadOnlySpan<byte> compiler optimization in more places (#3853) 2022-11-18 03:10:44 +00:00
Decoders Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Diagnostics Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Instructions Do not clear the rejit queue when overlaps count is equal to 0. (#3721) 2022-10-19 02:08:34 +00:00
IntermediateRepresentation Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Memory
Signal Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
State A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712) 2022-10-19 00:21:33 +00:00
Translation Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Allocators.cs
ARMeilleure.csproj infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
Optimizations.cs ARMeilleure: Add gfni acceleration (#3669) 2022-10-02 11:17:19 +02:00
Statistics.cs