| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-12 | Massive removal of unused modules | 1 | -77/+0 | ||
| 2017-10-12 | Remove more 3DS-specific code. | 1 | -1/+1 | ||
| 2016-12-21 | citra-qt: Move graphics debugging code into its own folder | 1 | -1/+1 | ||
| Keeps all graphics debugging stuff from cluttering up the root debugger folder | |||||
| 2016-12-11 | Add all services to the Service namespace | 1 | -8/+8 | ||
| Previously there was a split where some of the services were in the Service namespace and others were not. | |||||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | 1 | -1/+1 | ||
| 2016-09-21 | Remove empty newlines in #include blocks. | 1 | -2/+1 | ||
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -34/+27 | ||
| 2015-09-14 | GSP: Implement command 0x05, used for flushing caches | 1 | -2/+2 | ||
| May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.) | |||||
| 2015-09-11 | citra_qt: Reorganize headers | 1 | -3/+1 | ||
| 2015-08-24 | citra-qt: Add helper function to get a monospace QFont | 1 | -1/+3 | ||
| 2015-01-06 | citra-qt: Renamed all .hxx headers to .h | 1 | -1/+1 | ||
| 2015-01-01 | Set object name for the graphics debugger | 1 | -1/+1 | ||
| Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application. | |||||
| 2014-12-20 | License change | 1 | -1/+1 | ||
| 2014-08-05 | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | 1 | -8/+8 | ||
| - Various other cleanups. | |||||
| 2014-07-23 | GSP: Clean up GX command processing a lot and treat command id as a u8 ↵ | 1 | -16/+18 | ||
| rather than a u32. Anonymous structs are not standard C++, hence don't use them. | |||||
| 2014-06-12 | citra-qt: Add GX command history viewer. | 1 | -0/+83 | ||