summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift1-7/+9
ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255.
2015-10-20change file path encoding to Local8bit()wwylele1-1/+1
to support non-latin characters
2015-10-02Game list: save and load column sizes, sort order, to QSettingsarchshift1-0/+17
2015-10-02Initial implementation of a game listarchshift1-0/+154