Commit Graph

9 Commits

Author SHA1 Message Date
Maschell
36bd8584c4 Format the code via clang-format 2022-02-03 17:08:07 +01:00
Maschell
02d34db212 Fix compiling with latest wut, formatting, remove hbl support 2022-01-09 13:37:16 +01:00
rw-r-r-0644
36c92744b7
GameList: Use MCP_TitleListByAppType to request specific app catergories 2020-05-26 20:24:10 +02:00
Maschell
7815e5b3fc Remove filtering options from the GameList 2020-02-24 18:44:02 +01:00
Maschell
e96e51ad46 Add support for exiting the application while loading title infos 2020-02-21 14:35:20 +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
340baed8ed Add a mutex for accessing the GameList 2020-02-20 15:19:25 +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
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