Ryujinx_GreemDev/src/Ryujinx
Judas Drekonym 471e7ed2e4
Add TitleID sort method (#553)
Adds an additional application list sorting method for the TitleID. A
bit of a niche choice for sorting but I think the TID is a relevant
enough piece of metadata that it should be there. (And I personally
would be using it)

- Using existing TitleId constant in ApplicationSort, implying this was
meant to be in the sorting options at some point?
- Reuses the "DlcManagerTableHeadingTitleIdLabel" locale for fulfilling
the need already, might be better to make a unique one for this in the
long run but this codebase is new to me so I wanted to make the changes
as unobtrusive as possible
- Using app.Id for the comparer seems to work fine, not sure if using
something else like IdString would be better?
2025-01-21 11:06:40 -06:00
..
Assets UI: Visually merge "Actions" and "Tools" menu bar items into Actions 2025-01-20 16:56:05 -06:00
Common UI: Move DLC RomFS dumping under normal RomFS dumping. 2025-01-20 14:30:28 -06:00
Headless Add the player select applet. (#537) 2025-01-18 20:40:33 -06:00
Input Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
UI Add TitleID sort method (#553) 2025-01-21 11:06:40 -06:00
Utilities misc: chore: Cleanup AppletMetadata usage 2025-01-19 19:40:49 -06:00
app.manifest infra: Make Avalonia the default UI (#6375) 2024-03-02 12:51:05 +01:00
AppHost.cs UI: misc: Replace spaces in Title with newlines when using custom title bar (since the Title is in an Avalonia tooltip) 2025-01-19 13:05:20 -06:00
DiscordIntegrationModule.cs UI: misc: Replace spaces in Title with newlines when using custom title bar (since the Title is in an Avalonia tooltip) 2025-01-19 13:05:20 -06:00
Program.cs Log .NET runtime version (#552) 2025-01-20 19:19:19 -06:00
Ryujinx.csproj UI: Move DLC RomFS dumping under normal RomFS dumping. 2025-01-20 14:30:28 -06:00
Ryujinx.ico Remove icon padding 2024-12-14 08:03:17 -06:00
RyujinxApp.axaml UI: Compatibility List Viewer 2025-01-06 07:31:57 -06:00
RyujinxApp.axaml.cs misc: Move the rest of Ryujinx.UI.Common into other parts of the project. 2024-12-29 19:28:27 -06:00
Updater.cs misc: Move the rest of Ryujinx.UI.Common into other parts of the project. 2024-12-29 19:28:27 -06:00