Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -2/+1 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -34/+27 |
| | |||||
* | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | 2015-09-14 | 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.) | ||||
* | citra_qt: Reorganize headers | Lioncash | 2015-09-11 | 1 | -3/+1 |
| | |||||
* | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | 2015-08-25 | 1 | -1/+3 |
| | |||||
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Set object name for the graphics debugger | Daniel Lundqvist | 2015-01-01 | 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. | ||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
| | | | | - Various other cleanups. | ||||
* | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 1 | -16/+18 |
| | | | | Anonymous structs are not standard C++, hence don't use them. | ||||
* | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 1 | -0/+83 |