summaryrefslogtreecommitdiffstats
path: root/src/core/tracer/recorder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Remove unused CiTrace source filesLioncash2019-06-181-87/+0
| | | | | | | | | | These source files have been unused for the entire lifecycle of the project. They're a hold-over from Citra and only add to the build time of the project, so they can be removed. There's also likely no way this would ever work in yuzu in its current form without revamping quite a bit of it, given how different the GPU on the Switch is compared to the 3DS.
* 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).