Ryujinx/src/ARMeilleure
LotP1 7085bafa60
PPTC Profiles (#370)
Added functionality that allows ExeFS mods to compile to their own PPTC
Profile and therefore store PTC data between sessions.
The feature calculates the hash of the currently loaded ExeFS mods and
stores the PPTC data in a profile that matches said hash, so you can
have multiple ExeFS loadouts without causing issues. This includes
different versions of the same mod as their hashes will be different.
Using this PR should be seamless as the JIT Sparse PR already laid the
groundwork for PPTC Profiles and this PR just allows ExeFS mods to load
and store their own profiles besides the `default` profile.

 **WARNING!** 
**This will update your PPTC profile version, which means the
PPTC profile will be invalidated if you try to run a PR/Build/Branch
that does not include this change!**
**This is only relevant for the default PPTC Profile, as any other profiles do not exist to older versions!**
2025-01-28 20:36:58 -06:00
..
CodeGen misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Common misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Decoders misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Diagnostics misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Instructions misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
IntermediateRepresentation misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
Memory misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Native misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups. 2024-10-26 08:46:50 -05:00
Signal misc: chore: Use collection expressions in ARMeilleure 2025-01-26 15:31:44 -06:00
State ARMeilleure: Implement TPIDR2_EL0 (#280) 2024-11-19 13:02:24 -06:00
Translation PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
Allocators.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ARMeilleure.csproj Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Optimizations.cs misc: Code cleanups & improvements, again 2024-10-17 01:21:32 -05:00
Statistics.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00