| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
| 2017-09-30 | Fixed type conversion ambiguity | Huw Pascoe | |
| 2017-06-06 | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | |
| This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | |||
| 2017-02-09 | Pica/Regs: Use binary search to look up reg names | Yuri Kunde Schlesner | |
| This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.) | |||
| 2017-02-04 | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | |
| 2017-02-04 | VideoCore: Split texturing regs from Regs struct | Yuri Kunde Schlesner | |
| 2017-02-04 | VideoCore: Move LookupTexture out of debug_utils.h | Yuri Kunde Schlesner | |
| 2017-01-04 | Fix some warnings (#2399) | Jonathan Hao | |
| 2016-12-21 | citra-qt: Move graphics debugging code into its own folder | Lioncash | |
| Keeps all graphics debugging stuff from cluttering up the root debugger folder | |||
