GreemDev-Ryujinx/src/Ryujinx.HLE/HOS
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
..
Applets misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Diagnostics/Demangler misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Ipc misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Kernel misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Services Increase NAT discovery timeout to 5000ms (#589) 2025-01-26 19:40:10 -06:00
SystemState misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Tamper misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
ArmProcessContext.cs JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
ArmProcessContextFactory.cs PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
HomebrewRomFsStream.cs
Horizon.cs misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
HorizonFsClient.cs misc: chore: Fix object creation in HLE project 2025-01-26 15:15:26 -06:00
IdDictionary.cs
LibHacHorizonManager.cs misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
ModLoader.cs PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs misc: chore: Use explicit types in HLE project 2025-01-25 14:13:18 -06:00
UserChannelPersistence.cs