summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list_worker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1819 from DarkLordZach/disable-addonsbunnei2018-12-111-1/+1
|\
| * qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-1/+1
* | yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList()Lioncash2018-12-051-5/+9
* | yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry()Lioncash2018-12-051-4/+6
* | Merge pull request #1837 from lioncash/mapbunnei2018-12-051-59/+46
|\ \ | |/ |/|
| * yuzu/game_list_worker: Move std::string construction after the termination check in callbacksLioncash2018-12-051-7/+7
| * yuzu/game_list_worker: Deduplicate game list entry creationLioncash2018-12-021-47/+33
| * yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash2018-12-021-6/+7
* | filesystem: De-globalize registered_cache_unionLioncash2018-12-021-7/+7
|/
* game_list: Make add-ons column optionalZach Hilman2018-11-021-7/+17
* game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions()Lioncash2018-10-241-4/+9
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-8/+11
* patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash2018-10-091-6/+5
* romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-3/+2
* patch_manager: Add support for NSP packed updatesZach Hilman2018-10-051-1/+8
* game_list: Add XCI update versioning to game listZach Hilman2018-10-051-4/+8
* patch_manager: Use strings for patch type instead of enumZach Hilman2018-10-011-4/+3
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-3/+3
* yuzu: Move GameListWorker to its own source filesLioncash2018-09-071-0/+239