summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list_worker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11889 from t895/ini-libCharles Lombardo2023-11-251-8/+8
|\
| * config: Unify config handling under frontend_commont8952023-11-211-8/+8
* | game_list_worker: Explicit caputure of 'this'Merry2023-11-211-1/+1
|/
* qt: fix game list shutdown crashLiam2023-10-241-27/+75
* qt: ensure worker cancellation is complete before clearingLiam2023-10-131-3/+4
* Address review commentsLiam2023-08-281-10/+15
* yuzu-qt: Track play timeMario2023-08-271-0/+2
* game_list_worker: Display correct size for NAX gamesFearlessTobi2023-08-241-10/+13
* yuzu: Avoid reading broken gamesgerman772023-07-241-1/+5
* general: reduce use of dynamic_castLiam2023-07-221-1/+1
* game_list: Eliminate variable shadowingMorph2022-06-141-6/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* game_list: Remove global instances of Core::Systemlat9nq2021-10-071-7/+3
* file_sys: Support load game collection (#6582)Feng Chen2021-07-201-9/+35
* Stop the columns resizing on NAND installKelebek12021-06-021-7/+5
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-22/+34
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-15/+21
* Merge pull request #4535 from lioncash/fileutilbunnei2020-08-181-13/+13
|\
| * common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-13/+13
* | yuzu: Resolve -Wextra-semi warningsLioncash2020-08-161-1/+1
|/
* game_list_worker: Do not clear entries when > 1 gamedir is presentMorph2020-08-051-1/+1
* game_list_worker: Fix game list subdirectory scanningMorph2020-07-291-2/+2
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-1/+2
* Remove option "Show files with type 'Unknown'"Morph2020-02-091-2/+1
* yuzu/game_list_worker: Silence warningsReinUsesLisp2019-10-051-6/+6
* Change QList to QVectorfearlessTobi2019-09-041-1/+1
* Separate UserNand and Sdmc directoriesfearlessTobi2019-09-041-11/+14
* Address trivial review commentsfearlessTobi2019-09-041-3/+3
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-24/+59
* yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash2019-05-311-28/+24
* game_list_worker: Remove template specializationsLioncash2019-05-311-8/+2
* game_list_worker: Add better error handling to cachingZach Hilman2019-05-261-21/+39
* game_list: Implement caching for game listZach Hilman2019-05-261-7/+99
* yuzu/game_list_worker: Specify string conversions explicitlyLioncash2019-05-201-2/+2
* game_list: Register content with ContentProviderZach Hilman2019-03-271-68/+57
* 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