53 Commits (247d66a680abd437164da98d2dcd1b39726faafc)

Author SHA1 Message Date
Liam 79894152a8 qt: fix game list shutdown crash 2 years ago
Liam faa6c35e78 qt: ensure worker cancellation is complete before clearing 2 years ago
Liam 667ec28697 Address review comments 2 years ago
Mario 5464423667 yuzu-qt: Track play time 2 years ago
FearlessTobi e41655960e game_list_worker: Display correct size for NAX games 2 years ago
german77 a0ed0e4e10 yuzu: Avoid reading broken games 2 years ago
Liam 4bee333d84 general: reduce use of dynamic_cast 2 years ago
Morph e29e8eec2f game_list: Eliminate variable shadowing 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 936829e873 yuzu: Reduce unused includes 4 years ago
lat9nq 4ce53ffe6a game_list: Remove global instances of Core::System 4 years ago
Feng Chen 07073734ed
file_sys: Support load game collection (#6582) 5 years ago
Kelebek1 04e52ffed0 Stop the columns resizing on NAND install 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash 6f8a06bac5 patch_manager: Remove usages of the global system instance 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash dbb1cbce67 yuzu: Resolve -Wextra-semi warnings 5 years ago
Morph 123024cea2 game_list_worker: Do not clear entries when > 1 gamedir is present 5 years ago
Morph e0d02d032b game_list_worker: Fix game list subdirectory scanning 5 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Morph fcf3425b1b Remove option "Show files with type 'Unknown'" 6 years ago
ReinUsesLisp e1afeec76d yuzu/game_list_worker: Silence warnings 6 years ago
fearlessTobi 13891fd62d Change QList to QVector 7 years ago
fearlessTobi 5aaafa6a56 Separate UserNand and Sdmc directories 7 years ago
fearlessTobi 7a8f484020 Address trivial review comments 7 years ago
fearlessTobi 2d8eba5baf yuzu: Add support for multiple game directories 7 years ago
Lioncash 5980aa1e51 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 7 years ago
Lioncash d0d97de1e4 game_list_worker: Use QFile over our own IOFile instance or std streams 7 years ago
Lioncash de2533d389 game_list_worker: Remove template specializations 7 years ago
Zach Hilman 46e2ca5475 game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman f95bdb5088 game_list: Implement caching for game list 7 years ago
Lioncash ed2fedac13 yuzu/game_list_worker: Specify string conversions explicitly 7 years ago
Zach Hilman 41d2565f29 game_list: Register content with ContentProvider 7 years ago
Lioncash 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash de095ded5c yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Lioncash a49fd7fd57 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
Zach Hilman f6f6503578 qt: Add Properties menu to game list right-click 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 8c108eaca7 yuzu/game_list_worker: Deduplicate game list entry creation 7 years ago
Lioncash f1ecfcb8bc yuzu/game_list_worker: Tidy up string handling in FillControlMap() 7 years ago
Zach Hilman 2d2ef05d8c game_list: Make add-ons column optional 7 years ago
Lioncash 1edf8660bc game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() 7 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 5acaeb04c4 patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman cf7aba4817 game_list: Add XCI update versioning to game list 7 years ago
Zach Hilman 4c2a94fa94 patch_manager: Use strings for patch type instead of enum 7 years ago
Lioncash bd8065295c yuzu: Move compatibility list specifics to their own source files 7 years ago
Lioncash 564b7fdc9c yuzu: Move GameListWorker to its own source files 7 years ago