36 Commits (60c8e017d590d8dc4a71fabbb61757d9c06bc3d0)

Author SHA1 Message Date
Lioncash f9fe50958e yuzu: Resolve -Wextra-semi warnings 5 years ago
Morph 07603e19b9 game_list_worker: Do not clear entries when > 1 gamedir is present 5 years ago
Morph 9759c28518 game_list_worker: Fix game list subdirectory scanning 5 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Morph db09e18f72 Remove option "Show files with type 'Unknown'" 6 years ago
ReinUsesLisp b090b8326e yuzu/game_list_worker: Silence warnings 6 years ago
fearlessTobi 8289656196 Change QList to QVector 7 years ago
fearlessTobi 56f0da852a Separate UserNand and Sdmc directories 7 years ago
fearlessTobi 5eb2368b6b Address trivial review comments 7 years ago
fearlessTobi 890b0ce5f6 yuzu: Add support for multiple game directories 7 years ago
Lioncash 7c15a53048 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 7 years ago
Lioncash a1874b586a game_list_worker: Use QFile over our own IOFile instance or std streams 7 years ago
Lioncash 7e7505d5a0 game_list_worker: Remove template specializations 7 years ago
Zach Hilman 2cc382429e game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 6aba84eee1 game_list: Implement caching for game list 7 years ago
Lioncash 16afc41307 yuzu/game_list_worker: Specify string conversions explicitly 7 years ago
Zach Hilman ec383a021b game_list: Register content with ContentProvider 7 years ago
Lioncash be50f38aff yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash a034b47596 yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Lioncash 0d07ee6c54 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
Zach Hilman cb527149ee qt: Add Properties menu to game list right-click 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash bff3cb6fb5 yuzu/game_list_worker: Deduplicate game list entry creation 7 years ago
Lioncash 8cd6b92d31 yuzu/game_list_worker: Tidy up string handling in FillControlMap() 7 years ago
Zach Hilman defffa3ec3 game_list: Make add-ons column optional 7 years ago
Lioncash ebe361a343 game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman df89cf3541 game_list: Add XCI update versioning to game list 7 years ago
Zach Hilman d913dba14a patch_manager: Use strings for patch type instead of enum 7 years ago
Lioncash 9516eccd69 yuzu: Move compatibility list specifics to their own source files 7 years ago
Lioncash bdd7f4b362 yuzu: Move GameListWorker to its own source files 7 years ago