| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Move graphics debugging code into its own folder | 2016-12-21 | 1 | -178/+0 | |
| | | | | | | Keeps all graphics debugging stuff from cluttering up the root debugger folder | ||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -9/+2 | |
| | | | | | | | | 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. | 2016-09-18 | 1 | -16/+26 | |
| | | |||||
| * | Move default_attributes into Pica state | 2016-05-12 | 1 | -1/+1 | |
| | | |||||
| * | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 1 | -0/+4 | |
| | | |||||
| * | Add immediate mode vertex submission | 2016-03-02 | 1 | -1/+1 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -6/+5 | |
| | | |||||
| * | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | 2015-08-11 | 1 | -2/+4 | |
| | | | | | standard u?int*_t types. | ||||
| * | CiTrace: Clean up initialization method. | 2015-07-13 | 1 | -9/+15 | |
| | | |||||
| * | CiTrace: Record LCD registers. Cleanup recording code. | 2015-07-13 | 1 | -7/+11 | |
| | | |||||
| * | CiTrace: Record default vertex attributes. | 2015-07-13 | 1 | -0/+8 | |
| | | |||||
| * | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | 2015-07-13 | 1 | -2/+31 | |
| | | |||||
| * | Add CiTrace recording support. | 2015-07-13 | 1 | -0/+123 | |
| This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||||