GreemDev-Ryujinx/src/Ryujinx/UI/Controls
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
..
ApplicationContextMenu.axaml PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
ApplicationContextMenu.axaml.cs PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
ApplicationGridView.axaml UI: Only allow right click to create a context menu if a game is selected. 2024-12-30 23:50:55 -06:00
ApplicationGridView.axaml.cs UI: Only allow right click to create a context menu if a game is selected. 2024-12-30 23:50:55 -06:00
ApplicationListView.axaml UI: Move DLC RomFS dumping under normal RomFS dumping. 2025-01-20 14:30:28 -06:00
ApplicationListView.axaml.cs misc: chore: Use explicit types in the Avalonia project 2025-01-25 14:00:23 -06:00
DlcSelectView.axaml UI: Move DLC RomFS dumping under normal RomFS dumping. 2025-01-20 14:30:28 -06:00
DlcSelectView.axaml.cs UI: Visually merge "Actions" and "Tools" menu bar items into Actions 2025-01-20 16:56:05 -06:00
NavigationDialogHost.axaml infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
NavigationDialogHost.axaml.cs misc: chore: Use collection expressions in Avalonia project 2025-01-26 15:47:11 -06:00
SliderScroll.cs misc: Move StatusBarSeparator into Controls namespace, rename to MiniVerticalSeparator 2024-12-24 21:55:12 -06:00
StatusBarSeparator.cs misc: Move StatusBarSeparator into Controls namespace, rename to MiniVerticalSeparator 2024-12-24 21:55:12 -06:00
UpdateWaitWindow.axaml UI: Fix UpdateWaitWindow.axaml windows being too big on windows (#314) 2025-01-17 14:14:19 -06:00
UpdateWaitWindow.axaml.cs infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00