index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
game_list.h
Age
Commit message (
Expand
)
Author
2021-06-28
yuzu qt: Add option to dump to SDMC directory
lat9nq
2021-06-07
yuzu qt: Start games from context menu
lat9nq
2021-06-02
yuzu qt: Revert some usages of string_view
lat9nq
2021-05-25
yuzu qt: Handle per-game configs for title id 0
lat9nq
2021-04-15
game_list: Mark games as favorite to make them appear at the top.
Kewlan
2020-09-23
game_list: Make game list function naming consistent
Lioncash
2020-09-23
game_list: Eliminate redundant argument copies
Lioncash
2020-08-04
main: Fix Open Save/Mod Locations for installed titles
Morph
2020-07-29
game_list: Add "Remove" context menu
Morph
2020-05-11
yuzu: game_list: Fix 'Open Save Data Location' for device saves.
bunnei
2019-09-04
Fix uisettings include
fearlessTobi
2019-09-04
Change QList to QVector
fearlessTobi
2019-09-04
Address more trivial review comments
fearlessTobi
2019-09-04
Address trivial review comments
fearlessTobi
2019-09-04
yuzu: Add support for multiple game directories
fearlessTobi
2019-05-20
yuzu/game_list: Specify string conversions explicitly
Lioncash
2019-04-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-03-26
game_list: Register content with ContentProvider
Zach Hilman
2019-02-08
frontend: Open transferable shader cache for a selected game in the gamelist
unknown
2018-12-04
qt: Add Properties menu to game list right-click
Zach Hilman
2018-09-27
Merge pull request #1360 from FearlessTobi/port-3979
bunnei
2018-09-21
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-21
game_list: move SearchField to game_list_p.h and fix untranslated text
zhupengfei
2018-09-09
game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested...
Lioncash
2018-09-09
yuzu: Move compatibility list specifics to their own source files
Lioncash
2018-09-04
game_list: Display patch names and versions on list
Zach Hilman
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-29
Show game compatibility within yuzu
fearlessTobi
2018-08-21
qt/main: Port part of citra(#3411), open savedata works
tech4me
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-07-18
game_list: Make ContainsAllWords an internally linked non-member function
Lioncash
2018-07-18
game_list: Upper-case containsAllWords to ContainsAllWords()
Lioncash
2018-07-18
game_list: Make containsAllWords a const member function
Lioncash
2018-01-17
game_list: Add missing override specifier for KeyReleaseEater's eventFilter f...
Lioncash
2018-01-12
Massive removal of unused modules
James Rowe