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
/
yuzu
/
game_list_worker.cpp
Age
Commit message (
Expand
)
Author
2019-09-04
Change QList to QVector
fearlessTobi
2019-09-04
Separate UserNand and Sdmc directories
fearlessTobi
2019-09-04
Address trivial review comments
fearlessTobi
2019-09-04
yuzu: Add support for multiple game directories
fearlessTobi
2019-08-09
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
Lioncash
2019-05-30
game_list_worker: Use QFile over our own IOFile instance or std streams
Lioncash
2019-05-30
game_list_worker: Remove template specializations
Lioncash
2019-05-26
game_list_worker: Add better error handling to caching
Zach Hilman
2019-05-26
game_list: Implement caching for game list
Zach Hilman
2019-05-20
yuzu/game_list_worker: Specify string conversions explicitly
Lioncash
2019-03-26
game_list: Register content with ContentProvider
Zach Hilman
2018-12-10
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-05
yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToG...
Lioncash
2018-12-05
yuzu/game_list_worker: Don't retrieve file type and file type strings twice i...
Lioncash
2018-12-04
Merge pull request #1837 from lioncash/map
bunnei
2018-12-04
yuzu/game_list_worker: Move std::string construction after the termination ch...
Lioncash
2018-12-04
qt: Add Properties menu to game list right-click
Zach Hilman
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
yuzu/game_list_worker: Deduplicate game list entry creation
Lioncash
2018-12-01
yuzu/game_list_worker: Tidy up string handling in FillControlMap()
Lioncash
2018-11-01
game_list: Make add-ons column optional
Zach Hilman
2018-10-24
game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV...
Lioncash
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
game_list: Add XCI update versioning to game list
Zach Hilman
2018-10-01
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-09-09
yuzu: Move compatibility list specifics to their own source files
Lioncash
2018-09-07
yuzu: Move GameListWorker to its own source files
Lioncash