| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-20 | service/filesystem: Use forward declarations where applicable | Lioncash | |
| Avoids the need to rebuild multiple source files if the filesystem code headers change. This also gets rid of a few instances of indirect inclusions being relied upon | |||
| 2018-08-11 | game_list: Split game list scans to multiple functions | Zach Hilman | |
| Avoids unnecessary rebuilds of control data on every layer of recursion in AddFstEntriesToGameList | |||
| 2018-08-10 | qt/game_list: Resolve truncation warning within GameListItemPath's constructor | Lioncash | |
| Silences a warning about truncating from size_t to u32 | |||
| 2018-08-10 | gt/game_list: Use std::array in GameListItemPath's data() function | Lioncash | |
| We don't need to use a heap-allocated std::vector here, given we explicitly know the bounds. | |||
| 2018-08-10 | qt/game_list: Remove redundant base class constructor from initializer list | Lioncash | |
| This is called automatically anyways. | |||
| 2018-08-08 | file_util: Use enum instead of bool for specifing path behavior | Zach Hilman | |
| 2018-08-08 | core: Port core to VfsFilesystem for file access | Zach Hilman | |
| 2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |
| 2018-08-06 | qt/game_list_p: Remove redundant base class constructor invocations | Lioncash | |
| These occur automatically without the need to call them. While we're at it, also std::move the QString instance into its member variable. | |||
| 2018-08-06 | qt: Default destructors where applicable | Lioncash | |
| Makes code consistent with our style of defaulting special member functions where applicable. | |||
| 2018-01-16 | clang-format | MerryMage | |
| 2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
