index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
game_list.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-19
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-01
AddFstEntriesToGameList - prevent loading a directory
LFsWang
2016-05-30
Merge pull request #1751 from linkmauve/no-recursive-readdir
bunnei
2016-05-21
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-04
make the name column larger as default
wwylele
2016-05-04
add icon & title to game list
wwylele
2016-04-10
Merge pull request #1368 from LittleWhite-tb/configure-widget
bunnei
2016-03-31
Fix encode problem On Windows
LFsWang
2016-03-28
Compilation fix
LittleWhite
2016-03-21
Whole config is handled by Config class.
LittleWhite
2016-03-17
Fix Qt chinese words encode problem on Windows
LFsWang
2015-11-27
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-10-20
change file path encoding to Local8bit()
wwylele
2015-10-01
Game list: save and load column sizes, sort order, to QSettings
archshift
2015-10-01
Initial implementation of a game list
archshift