summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift2015-11-271-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.
* change file path encoding to Local8bit()wwylele2015-10-201-1/+1
| | | | to support non-latin characters
* Game list: save and load column sizes, sort order, to QSettingsarchshift2015-10-021-0/+17
|
* Initial implementation of a game listarchshift2015-10-021-0/+154