aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
AgeCommit message (Collapse)Author
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash
This function actually depends on no internal class state, so it doesn't even need to be a part of the class interface.
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash
This makes it consistent with most of the other private utility functions.
2018-07-18game_list: Make containsAllWords a const member functionLioncash
This doesn't actually modify the internal class state, so it can be a const member function. While we're at it, amend the function to take its arguments by const reference.
2018-01-17game_list: Add missing override specifier for KeyReleaseEater's eventFilter ↵Lioncash
function
2018-01-12Massive removal of unused modulesJames Rowe