Commit Graph

12 Commits

Author SHA1 Message Date
Maschell
25a0aa54e7 Implemeting filterting of the game list 2020-02-20 15:17:45 +01:00
Maschell
6e041490d6 Only update the name of a title if it's empty 2020-02-20 15:16:45 +01:00
Maschell
57a1a34bea Option to sort the game list by name 2020-02-20 11:12:50 +01:00
Maschell
c36dcb6728 Rename GameList::loadIcon to GameList::updateTitleInfo. Only call the callback when things acutally have changed. 2020-02-20 11:10:55 +01:00
Maschell
b8226ea729 Fix the particle to be in background only 2020-02-20 11:10:05 +01:00
Maschell
382964ca1d Fadeout on exit 2020-02-20 11:09:37 +01:00
Maschell
0d19397664 Use the fancy 3d icons instead if just images 2020-02-20 11:09:29 +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
b1797266c9 Ignore generated filelist.h file 2020-02-19 20:39:03 +01:00
Maschell
3d2ef7aa6a Add basic rendering of a screen with particles 2020-02-19 20:19:46 +01:00