index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
game_list_worker.cpp
Age
Commit message (
Expand
)
Author
2022-06-14
game_list: Eliminate variable shadowing
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
yuzu: Reduce unused includes
ameerj
2021-10-07
game_list: Remove global instances of Core::System
lat9nq
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-06-02
Stop the columns resizing on NAND install
Kelebek1
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-08-17
Merge pull request #4535 from lioncash/fileutil
bunnei
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
yuzu: Resolve -Wextra-semi warnings
Lioncash
2020-08-04
game_list_worker: Do not clear entries when > 1 gamedir is present
Morph
2020-07-29
game_list_worker: Fix game list subdirectory scanning
Morph
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-02-09
Remove option "Show files with type 'Unknown'"
Morph
2019-10-04
yuzu/game_list_worker: Silence warnings
ReinUsesLisp
2019-09-04
Change QList to QVector
fearlessTobi
2019-09-04
Separate UserNand and Sdmc directories
fearlessTobi
2019-09-04
Address trivial review comments
fearlessTobi
2019-09-04
yuzu: Add support for multiple game directories
fearlessTobi
2019-08-09
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
Lioncash
2019-05-30
game_list_worker: Use QFile over our own IOFile instance or std streams
Lioncash
2019-05-30
game_list_worker: Remove template specializations
Lioncash
2019-05-26
game_list_worker: Add better error handling to caching
Zach Hilman
2019-05-26
game_list: Implement caching for game list
Zach Hilman
2019-05-20
yuzu/game_list_worker: Specify string conversions explicitly
Lioncash
2019-03-26
game_list: Register content with ContentProvider
Zach Hilman
2018-12-10
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-05
yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToG...
Lioncash
2018-12-05
yuzu/game_list_worker: Don't retrieve file type and file type strings twice i...
Lioncash
2018-12-04
Merge pull request #1837 from lioncash/map
bunnei
2018-12-04
yuzu/game_list_worker: Move std::string construction after the termination ch...
Lioncash
2018-12-04
qt: Add Properties menu to game list right-click
Zach Hilman
2018-12-01
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
yuzu/game_list_worker: Deduplicate game list entry creation
Lioncash
2018-12-01
yuzu/game_list_worker: Tidy up string handling in FillControlMap()
Lioncash
2018-11-01
game_list: Make add-ons column optional
Zach Hilman
2018-10-24
game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV...
Lioncash
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
game_list: Add XCI update versioning to game list
Zach Hilman
2018-10-01
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-09-09
yuzu: Move compatibility list specifics to their own source files
Lioncash
2018-09-07
yuzu: Move GameListWorker to its own source files
Lioncash