aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/game_list_worker.cpp
AgeCommit message (Expand)Author
2022-06-14game_list: Eliminate variable shadowingMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20yuzu: Reduce unused includesameerj
2021-10-07game_list: Remove global instances of Core::Systemlat9nq
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-06-02Stop the columns resizing on NAND installKelebek1
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-08-17Merge pull request #4535 from lioncash/fileutilbunnei
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-16yuzu: Resolve -Wextra-semi warningsLioncash
2020-08-04game_list_worker: Do not clear entries when > 1 gamedir is presentMorph
2020-07-29game_list_worker: Fix game list subdirectory scanningMorph
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-02-09Remove option "Show files with type 'Unknown'"Morph
2019-10-04yuzu/game_list_worker: Silence warningsReinUsesLisp
2019-09-04Change QList to QVectorfearlessTobi
2019-09-04Separate UserNand and Sdmc directoriesfearlessTobi
2019-09-04Address trivial review commentsfearlessTobi
2019-09-04yuzu: Add support for multiple game directoriesfearlessTobi
2019-08-09yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash
2019-05-30game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash
2019-05-30game_list_worker: Remove template specializationsLioncash
2019-05-26game_list_worker: Add better error handling to cachingZach Hilman
2019-05-26game_list: Implement caching for game listZach Hilman
2019-05-20yuzu/game_list_worker: Specify string conversions explicitlyLioncash
2019-03-26game_list: Register content with ContentProviderZach Hilman
2018-12-10Merge pull request #1819 from DarkLordZach/disable-addonsbunnei
2018-12-05yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToG...Lioncash
2018-12-05yuzu/game_list_worker: Don't retrieve file type and file type strings twice i...Lioncash
2018-12-04Merge pull request #1837 from lioncash/mapbunnei
2018-12-04yuzu/game_list_worker: Move std::string construction after the termination ch...Lioncash
2018-12-04qt: Add Properties menu to game list right-clickZach Hilman
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-12-01yuzu/game_list_worker: Deduplicate game list entry creationLioncash
2018-12-01yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash
2018-11-01game_list: Make add-ons column optionalZach Hilman
2018-10-24game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV...Lioncash
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Lioncash
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-05patch_manager: Add support for NSP packed updatesZach Hilman
2018-10-05game_list: Add XCI update versioning to game listZach Hilman
2018-10-01patch_manager: Use strings for patch type instead of enumZach Hilman
2018-09-09yuzu: Move compatibility list specifics to their own source filesLioncash
2018-09-07yuzu: Move GameListWorker to its own source filesLioncash