34 Commits (e0d02d032bfb937113ebc17a84fac82e5e1cfa86)

Author SHA1 Message Date
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