[core/hle] Adds sorting game titles and prevents hard crashes in qlaunch (#3330)

Adds correct sorting in qlaunch (tested with FW 19 and FW20-21)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3330
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: Maufeat <sahyno1996@gmail.com>
Co-committed-by: Maufeat <sahyno1996@gmail.com>
This commit is contained in:
Maufeat 2026-01-19 04:18:55 +01:00 committed by crueter
parent 1fbace438c
commit 30cbec7ad5
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
20 changed files with 313 additions and 39 deletions

View file

@ -9,5 +9,6 @@ namespace Core::LaunchTimestampCache {
void SaveLaunchTimestamp(u64 title_id);
s64 GetLaunchTimestamp(u64 title_id);
u64 GetLaunchCount(u64 title_id);
} // namespace Core::LaunchTimestampCache