summaryrefslogtreecommitdiffstats
path: root/src/core/tracer/recorder.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-24core: Make converting constructors explicit where applicableLioncash1-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.
2018-01-21Format: Run the new clang format on everythingJames Rowe1-4/+4
2017-05-28Core: Fix some out-of-style includesYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+1
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+1
2015-09-10General: Fix up doxygen commentsLioncash1-2/+1
2015-07-13CiTrace: Clean up initialization method.Tony Wasserka1-20/+15
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka1-10/+13
2015-07-13Add CiTrace recording support.Tony Wasserka1-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).