| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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-18 | game_list: Upper-case containsAllWords to ContainsAllWords() | Lioncash | |
| This makes it consistent with most of the other private utility functions. | |||
| 2018-07-18 | game_list: Make containsAllWords a const member function | Lioncash | |
| 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-17 | game_list: Add missing override specifier for KeyReleaseEater's eventFilter ↵ | Lioncash | |
| function | |||
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
