summaryrefslogtreecommitdiffstats
path: root/src/core/tracer/recorder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Make converting constructors explicit where applicableLioncash2018-07-241-1/+1
| | | | | Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover.
* Format: Run the new clang format on everythingJames Rowe2018-01-211-4/+4
|
* Core: Fix some out-of-style includesYuri Kunde Schlesner2017-05-281-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+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 Peyrot2016-09-181-1/+1
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+1
|
* General: Fix up doxygen commentsLioncash2015-09-101-2/+1
|
* CiTrace: Clean up initialization method.Tony Wasserka2015-07-131-20/+15
|
* CiTrace: Record default vertex attributes.Tony Wasserka2015-07-131-10/+13
|
* Add CiTrace recording support.Tony Wasserka2015-07-131-0/+92
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).