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
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
2024-01-19
android: Add addon delete button
t895
2023-11-24
Merge pull request #11889 from t895/ini-lib
Charles Lombardo
2023-11-21
game_list_worker: Explicit caputure of 'this'
Merry
2023-11-21
config: Unify config handling under frontend_common
t895
2023-10-23
qt: fix game list shutdown crash
Liam
2023-10-12
qt: ensure worker cancellation is complete before clearing
Liam
2023-08-27
Address review comments
Liam
2023-08-26
yuzu-qt: Track play time
Mario
2023-08-24
game_list_worker: Display correct size for NAX games
FearlessTobi
2023-07-24
yuzu: Avoid reading broken games
german77
2023-07-21
general: reduce use of dynamic_cast
Liam
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
[next]