summaryrefslogtreecommitdiffstats
path: root/src/core/tracer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-212-7/+2
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-192-3/+7
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-183-68/+86
|
* fixup simple type conversions where possibleAlexander Laties2016-05-071-12/+12
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+1
|
* fix some xcode 7.0 warningsMartin Lindhe2015-09-291-3/+3
|
* General: Fix up doxygen commentsLioncash2015-09-101-2/+1
|
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-111-35/+35
|
* CiTrace: Clean up initialization method.Tony Wasserka2015-07-132-70/+46
|
* CiTrace: Record default vertex attributes.Tony Wasserka2015-07-133-42/+56
|
* Add CiTrace recording support.Tony Wasserka2015-07-133-0/+388
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).