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
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-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