Commit Graph

14 Commits

Author SHA1 Message Date
Maschell
36bd8584c4 Format the code via clang-format 2022-02-03 17:08:07 +01:00
Maschell
df88cf8d69 Fix launching applets and titles with updates 2022-01-09 13:37:36 +01:00
Maschell
02d34db212 Fix compiling with latest wut, formatting, remove hbl support 2022-01-09 13:37:16 +01:00
Maschell
96fa65a5ff Add intial support for displaying the splashscreen when using as a system menu replacement 2020-02-24 20:19:21 +01:00
Maschell
7815e5b3fc Remove filtering options from the GameList 2020-02-24 18:44:02 +01:00
Maschell
1cced24ea6 Implement basic title loading 2020-02-21 21:37:32 +01:00
Maschell
933a97f2f3 Add missing disconnects on MainWindows 2020-02-21 14:26:17 +01:00
Maschell
b4f5393906 - Use std::recursive_mutex instead of CMutex which is exactly the same
- Load icons in one async task instead of creating one task for each icon to improve stability with many icons
2020-02-21 14:22:36 +01:00
Maschell
6af6c0baee Add an option to filter the list using the built in on screen keyboard 2020-02-20 15:20:49 +01:00
Maschell
57a1a34bea Option to sort the game list by name 2020-02-20 11:12:50 +01:00
Maschell
358f368462 - The AsyncExeuctor does now clean itself in 50ms intervals (still could produce dead locks which sucks)
- Only allow a maximum of 10 "tasks" at the same time.
- Increase the stack size of the "Application" which hopefully improves stability?
2020-02-20 02:05:54 +01:00
Maschell
d97d5ed325 - Actually displaying installed title now
- Try to clean up the async stuff when the vector gets bigger
2020-02-20 02:03:43 +01:00
Maschell
4c4fbcfb2e - Add missing images for opening the settings and swap the screens.
- Add basic screen swapping
2020-02-19 20:39:43 +01:00
Maschell
3d2ef7aa6a Add basic rendering of a screen with particles 2020-02-19 20:19:46 +01:00