aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/game_list_worker.cpp
AgeCommit message (Expand)Author
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-19android: Add addon delete buttont895
2023-11-24Merge pull request #11889 from t895/ini-libCharles Lombardo
2023-11-21game_list_worker: Explicit caputure of 'this'Merry
2023-11-21config: Unify config handling under frontend_commont895
2023-10-23qt: fix game list shutdown crashLiam
2023-10-12qt: ensure worker cancellation is complete before clearingLiam
2023-08-27Address review commentsLiam
2023-08-26yuzu-qt: Track play timeMario
2023-08-24game_list_worker: Display correct size for NAX gamesFearlessTobi
2023-07-24yuzu: Avoid reading broken gamesgerman77
2023-07-21general: reduce use of dynamic_castLiam
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