summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list_p.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei2016-05-311-1/+1
|\ | | | | Make recursive FileUtil functions take a maximum recursion
| * Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot2016-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master!
* | Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot2016-05-211-42/+11
|/ | | | Also rewrite Qt wrappers to use those.
* add icon & title to game listwwylele2016-05-041-10/+96
|
* Initial implementation of a game listarchshift2015-10-021-0/+130